summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBrian Bidulock <bidulock@openss7.org>2014-10-02 17:32:21 +0200
committerChristian Beier <dontmind@freeshell.org>2014-10-02 17:32:21 +0200
commit57b0e4f4fe803fbf7d7a612d4ffb686f73465868 (patch)
tree6be7e745ecb397d5a933caccf6017e781c689f07 /test
parentfdf5f8876f5f4bd08aa3dc47268c1f4c4590c0bb (diff)
downloadlibtdevnc-57b0e4f4fe803fbf7d7a612d4ffb686f73465868.tar.gz
libtdevnc-57b0e4f4fe803fbf7d7a612d4ffb686f73465868.zip
Rename obsolete INCLUDES to AM_CPPFLAGS
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 808ebf3..3b19d61 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -9,7 +9,7 @@ tjbench_SOURCES=tjbench.c ../common/turbojpeg.c ../common/turbojpeg.h \
tjbench_LDADD=$(LDADD) -lm
endif
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/common
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/common
LDADD = ../libvncserver/libvncserver.la ../libvncclient/libvncclient.la @WSOCKLIB@
if HAVE_LIBPTHREAD