summaryrefslogtreecommitdiffstats
path: root/libvncclient/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 /libvncclient/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 'libvncclient/Makefile.am')
-rw-r--r--libvncclient/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvncclient/Makefile.am b/libvncclient/Makefile.am
index 53b349e..71118e2 100644
--- a/libvncclient/Makefile.am
+++ b/libvncclient/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/common
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/common
if HAVE_GNUTLS
TLSSRCS = tls_gnutls.c
OpenPOWER on IntegriCloud