summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2014-10-02 18:43:18 +0200
committerChristian Beier <dontmind@freeshell.org>2014-10-02 18:43:18 +0200
commita1125ad9a6a1b64247fa06b6b0ce11b53ec13650 (patch)
tree0ef816a6df0d4a6ec51bad53a03c4d364065f3b0 /test/Makefile.am
parent465a5b0bd55fe7153700b3ce1b9d33697d794904 (diff)
parent6e39e7c6f876370a106627c2c6e06ce2f0399473 (diff)
downloadlibvncserver-a1125ad9a6a1b64247fa06b6b0ce11b53ec13650.zip
libvncserver-a1125ad9a6a1b64247fa06b6b0ce11b53ec13650.tar.gz
Merge pull request #38 from LibVNC/autotools-fix-revisited
Autotools fix revisited.
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 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
OpenPOWER on IntegriCloud