diff options
author | Brian Bidulock <bidulock@openss7.org> | 2014-10-02 17:32:21 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-10-02 17:32:21 +0200 |
commit | 57b0e4f4fe803fbf7d7a612d4ffb686f73465868 (patch) | |
tree | 6be7e745ecb397d5a933caccf6017e781c689f07 /examples | |
parent | fdf5f8876f5f4bd08aa3dc47268c1f4c4590c0bb (diff) | |
download | libvncserver-57b0e4f4fe803fbf7d7a612d4ffb686f73465868.zip libvncserver-57b0e4f4fe803fbf7d7a612d4ffb686f73465868.tar.gz |
Rename obsolete INCLUDES to AM_CPPFLAGS
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 2 | ||||
-rw-r--r-- | examples/android/Makefile.am | 2 |
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 |