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 /client_examples | |
parent | fdf5f8876f5f4bd08aa3dc47268c1f4c4590c0bb (diff) | |
download | libtdevnc-57b0e4f4fe803fbf7d7a612d4ffb686f73465868.tar.gz libtdevnc-57b0e4f4fe803fbf7d7a612d4ffb686f73465868.zip |
Rename obsolete INCLUDES to AM_CPPFLAGS
Diffstat (limited to 'client_examples')
-rw-r--r-- | client_examples/Makefile.am | 2 |
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 |