diff options
author | Bert van Hall <bert.vanhall@gmx.de> | 2017-02-08 17:53:58 +0100 |
---|---|---|
committer | Bert van Hall <bert.vanhall@gmx.de> | 2017-02-13 12:18:07 +0100 |
commit | fe943395873c6cbfdfa0eadb8a5d13f2c95e8614 (patch) | |
tree | 7a8620e805fe7c1c5ce289cb82d84a3f16459719 /examples | |
parent | 2041bfd5cd6c6a8bcec260a3fa86d340050892c8 (diff) | |
download | libtdevnc-fe943395873c6cbfdfa0eadb8a5d13f2c95e8614.tar.gz libtdevnc-fe943395873c6cbfdfa0eadb8a5d13f2c95e8614.zip |
drop autotools
Since autotools officially is no longer supported (see various github
issues), drop the related infrastructure to stop tempting people to use
it for building.
Signed-off-by: Bert van Hall <bert.vanhall@gmx.de>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 27 | ||||
-rw-r--r-- | examples/android/Makefile.am | 7 |
2 files changed, 0 insertions, 34 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am deleted file mode 100644 index 829f735..0000000 --- a/examples/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -AM_CPPFLAGS = -I$(top_srcdir) -LDADD = ../libvncserver/libvncserver.la @WSOCKLIB@ - -if OSX -MAC=mac -mac_LDFLAGS=-framework ApplicationServices -framework Carbon -framework IOKit -endif - -if ANDROID -SUBDIRS=android -endif - -if WITH_TIGHTVNC_FILETRANSFER -FILETRANSFER=filetransfer -endif - -if HAVE_LIBPTHREAD -BLOOPTEST=blooptest -endif - -noinst_HEADERS=radon.h rotatetemplate.c - -noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \ - vncev storepasswd colourmaptest simple simple15 $(MAC) \ - $(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate \ - zippy repeater - diff --git a/examples/android/Makefile.am b/examples/android/Makefile.am deleted file mode 100644 index 9cb5c02..0000000 --- a/examples/android/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -AM_CPPFLAGS = -I$(top_srcdir) -LDADD = $(top_srcdir)/libvncserver/libvncserver.la @WSOCKLIB@ - -noinst_PROGRAMS=androidvncserver -androidvncserver_SOURCES=jni/fbvncserver.c - -EXTRA_DIST=jni/Android.mk |