diff options
author | Brian Bidulock <bidulock@openss7.org> | 2014-09-21 21:14:42 -0600 |
---|---|---|
committer | Brian Bidulock <bidulock@openss7.org> | 2014-09-21 21:14:42 -0600 |
commit | 681d025e28f5a63ee04d0058339724b5e921f8e1 (patch) | |
tree | 51ff043b3554c6ef4aae5130a4dc5bd1eef314a0 /libvncclient | |
parent | ed4ae06cc3dd8a7dbbb42eea4c9e97052090c11a (diff) | |
download | libvncserver-681d025e28f5a63ee04d0058339724b5e921f8e1.zip libvncserver-681d025e28f5a63ee04d0058339724b5e921f8e1.tar.gz |
better build
- remove acinclude.m4 and instead depend on libtool and autoconf-archive
- rename obsolete INCLUDES to AM_CPPFLAGS
- add AM_MAINTAINER_MODE (otherwise autogen.sh flag is useless)
- use an m4 script subdirectory
- autoreconf -fiv now yields 0 warnings
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 |