summaryrefslogtreecommitdiffstats
path: root/client_examples/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 /client_examples/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 'client_examples/Makefile.am')
-rw-r--r--client_examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am
index a6ba020..9cb2c32 100644
--- a/client_examples/Makefile.am
+++ b/client_examples/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
LDADD = ../libvncclient/libvncclient.la @WSOCKLIB@
if WITH_FFMPEG
OpenPOWER on IntegriCloud