summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-06-04 08:40:21 +1000
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2013-06-06 09:08:44 +0200
commitf2eb0f2cd63fb6f1e68a85ac2079f2b2049b57d5 (patch)
treef1c25c59ac27a575dd7332c27b0cc17d6530e901 /test
parentb6c5707ffdd6c85799f9cebb46d7f1289c773034 (diff)
Replace INCLUDES with AM_CPPFLAGS
src/Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index ecdab1d..f86250e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,7 +1,7 @@
noinst_PROGRAMS = test-c-compile test-cxx-compile
TESTS = $(noinst_PROGRAMS)
-INCLUDES = -I$(top_srcdir)/include/
+AM_CPPFLAGS = -I$(top_srcdir)/include/
test_c_compile_SOURCES = test-c-compile.c
test_c_compile_LDADD = $(top_builddir)/src/libevemu.la