summaryrefslogtreecommitdiffstats
path: root/examples/android/Makefile.am
diff options
context:
space:
mode:
authorBert van Hall <bert.vanhall@gmx.de>2017-02-08 17:53:58 +0100
committerBert van Hall <bert.vanhall@gmx.de>2017-02-13 12:18:07 +0100
commitfe943395873c6cbfdfa0eadb8a5d13f2c95e8614 (patch)
tree7a8620e805fe7c1c5ce289cb82d84a3f16459719 /examples/android/Makefile.am
parent2041bfd5cd6c6a8bcec260a3fa86d340050892c8 (diff)
downloadlibtdevnc-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/android/Makefile.am')
-rw-r--r--examples/android/Makefile.am7
1 files changed, 0 insertions, 7 deletions
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