summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2014-05-28 22:14:15 +0200
committerJoel Klinghed <the_jk@yahoo.com>2014-05-28 22:14:15 +0200
commit316426136c4e5ac0b7c73b87f4e105d506329ba0 (patch)
tree13adaacf2b41a54d5b2e198389d884a4711f5e4a
parent2624b4274d7ea2cfe7b96399d4768dbe5c19f8d9 (diff)
Update automake syntax
-rw-r--r--src/Makefile.am2
-rw-r--r--test/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e555a0b..ad6f422 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
MAINTAINERCLEANFILES = Makefile.in
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
AM_CFLAGS = @DEFINES@ @GTK_CFLAGS@ @XMLRPC_C_CFLAGS@ -DDATAROOTDIR='"${pkgdatadir}"'
diff --git a/test/Makefile.am b/test/Makefile.am
index 2e6b3c4..1291c6f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,6 +1,6 @@
MAINTAINERCLEANFILES = Makefile.in
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src
AM_CFLAGS = @DEFINES@ @GTK_CFLAGS@