summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-03 01:48:25 -0700
committerStefano Karapetsas <[email protected]>2013-08-03 01:48:25 -0700
commit8e0336cb256cfde2485a7321f773d916ab3e33fb (patch)
tree46c2d011d0b2def04861e2b4c6c8d67962fcd405 /tests/Makefile.am
parentd5249f5fe6ec943e813fe32ad47035aac543bbf3 (diff)
parent06ae9932b08699d0137d5049c58b87be3e3072b9 (diff)
downloadpluma-8e0336cb256cfde2485a7321f773d916ab3e33fb.tar.bz2
pluma-8e0336cb256cfde2485a7321f773d916ab3e33fb.tar.xz
Merge pull request #26 from infirit/master
Make automake happy: INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 480bf30b..b5ce29df 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/pluma $(PLUMA_DEBUG_FLAGS) $(PLUMA_CFLAGS)
+AM_CPPFLAGS = -g -I$(top_srcdir) -I$(top_srcdir)/pluma $(PLUMA_DEBUG_FLAGS) $(PLUMA_CFLAGS)
noinst_PROGRAMS = $(TEST_PROGS)
progs_ldadd = $(top_builddir)/pluma/libpluma.la