aboutsummaryrefslogtreecommitdiff
path: root/examples/simpletest
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-06-04 14:16:10 +0100
committerJamie Bullock <jamie@jamiebullock.com>2014-06-04 14:16:10 +0100
commitdcb3c377a7b39f96b66861fa6c95cefe0278c0de (patch)
tree3f451e7c449bf295ff08a979ef0db8194c313301 /examples/simpletest
parente9cac3aa3563133649c90005aacc65d924face2c (diff)
downloadLibXtract-dcb3c377a7b39f96b66861fa6c95cefe0278c0de.tar.gz
LibXtract-dcb3c377a7b39f96b66861fa6c95cefe0278c0de.tar.bz2
LibXtract-dcb3c377a7b39f96b66861fa6c95cefe0278c0de.zip
Replace deprecated INCLUDES directive with AM_CFLAGS
Diffstat (limited to 'examples/simpletest')
-rw-r--r--examples/simpletest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simpletest/Makefile.am b/examples/simpletest/Makefile.am
index c3ab176..d4d9230 100644
--- a/examples/simpletest/Makefile.am
+++ b/examples/simpletest/Makefile.am
@@ -1,7 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_PROGRAMS = simpletest
-INCLUDES = -I$(top_srcdir)/src
+AM_CFLAGS = -I$(top_srcdir)/src
simpletest_SOURCES = simpletest.c
simpletest_LDADD = ../../src/libxtract.la