From fe943395873c6cbfdfa0eadb8a5d13f2c95e8614 Mon Sep 17 00:00:00 2001 From: Bert van Hall Date: Wed, 8 Feb 2017 17:53:58 +0100 Subject: 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 --- examples/android/Makefile.am | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 examples/android/Makefile.am (limited to 'examples/android') 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 -- cgit v1.2.3