diff options
author | Brian Bidulock <[email protected]> | 2014-10-02 17:32:21 +0200 |
---|---|---|
committer | Christian Beier <[email protected]> | 2014-10-02 17:32:21 +0200 |
commit | 57b0e4f4fe803fbf7d7a612d4ffb686f73465868 (patch) | |
tree | 6be7e745ecb397d5a933caccf6017e781c689f07 /libvncserver | |
parent | fdf5f8876f5f4bd08aa3dc47268c1f4c4590c0bb (diff) | |
download | libtdevnc-57b0e4f4fe803fbf7d7a612d4ffb686f73465868.tar.gz libtdevnc-57b0e4f4fe803fbf7d7a612d4ffb686f73465868.zip |
Rename obsolete INCLUDES to AM_CPPFLAGS
Diffstat (limited to 'libvncserver')
-rw-r--r-- | libvncserver/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvncserver/Makefile.am b/libvncserver/Makefile.am index deb0e09..cb38c64 100644 --- a/libvncserver/Makefile.am +++ b/libvncserver/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/common +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/common if WITH_TIGHTVNC_FILETRANSFER TIGHTVNCFILETRANSFERHDRS=tightvnc-filetransfer/filelistinfo.h \ |