summaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
parentfdf5f8876f5f4bd08aa3dc47268c1f4c4590c0bb (diff)
downloadlibtdevnc-57b0e4f4fe803fbf7d7a612d4ffb686f73465868.tar.gz
libtdevnc-57b0e4f4fe803fbf7d7a612d4ffb686f73465868.zip
Rename obsolete INCLUDES to AM_CPPFLAGS
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
-rw-r--r--examples/android/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 6a7d656..829f735 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
LDADD = ../libvncserver/libvncserver.la @WSOCKLIB@
if OSX
diff --git a/examples/android/Makefile.am b/examples/android/Makefile.am
index 2104967..9cb5c02 100644
--- a/examples/android/Makefile.am
+++ b/examples/android/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
LDADD = $(top_srcdir)/libvncserver/libvncserver.la @WSOCKLIB@
noinst_PROGRAMS=androidvncserver