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