summaryrefslogtreecommitdiff
path: root/test/Makefile.am
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 /test/Makefile.am
parent2624b4274d7ea2cfe7b96399d4768dbe5c19f8d9 (diff)
Update automake syntax
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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@