summaryrefslogtreecommitdiffstats
path: root/examples/android
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-02-21 17:32:42 +0100
committerGitHub <noreply@github.com>2017-02-21 17:32:42 +0100
commit9ac695a4b98de265c3bb73efd2bc80358ac6f332 (patch)
treed1e2b6828d1ab59d0ecd66b1884cc4824644afca /examples/android
parent261c3dbf87cc21adc91cebd0525c8c6a5f8d0f6b (diff)
parentfe943395873c6cbfdfa0eadb8a5d13f2c95e8614 (diff)
downloadlibtdevnc-9ac695a4b98de265c3bb73efd2bc80358ac6f332.tar.gz
libtdevnc-9ac695a4b98de265c3bb73efd2bc80358ac6f332.zip
Merge pull request #156 from The-42/drop-autotools
drop autotools
Diffstat (limited to 'examples/android')
-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