diff options
author | Christian Beier <dontmind@freeshell.org> | 2014-10-02 18:43:18 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-10-02 18:43:18 +0200 |
commit | a1125ad9a6a1b64247fa06b6b0ce11b53ec13650 (patch) | |
tree | 0ef816a6df0d4a6ec51bad53a03c4d364065f3b0 /examples/android | |
parent | 465a5b0bd55fe7153700b3ce1b9d33697d794904 (diff) | |
parent | 6e39e7c6f876370a106627c2c6e06ce2f0399473 (diff) | |
download | libvncserver-a1125ad9a6a1b64247fa06b6b0ce11b53ec13650.zip libvncserver-a1125ad9a6a1b64247fa06b6b0ce11b53ec13650.tar.gz |
Merge pull request #38 from LibVNC/autotools-fix-revisited
Autotools fix revisited.
Diffstat (limited to 'examples/android')
-rw-r--r-- | examples/android/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |