From b6d24bfa115b8ac9d4a16505c8eacacc2b195b15 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 23 Jul 2011 18:02:51 +0200 Subject: Adopt autotools build system to Android. LibVNCServer/LibVNCClient now build for Android! --- vncterm/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vncterm/Makefile.am') diff --git a/vncterm/Makefile.am b/vncterm/Makefile.am index 3ad36a3..6ff0403 100644 --- a/vncterm/Makefile.am +++ b/vncterm/Makefile.am @@ -8,10 +8,12 @@ LDADD=../libvncserver/libvncserver.la @WSOCKLIB@ if LINUX if ! MINGW +if ! ANDROID bin_PROGRAMS=LinuxVNC LinuxVNC_SOURCES=LinuxVNC.c $(CONSOLE_SRCS) endif endif +endif if ! MINGW VNCOMMAND=VNCommand -- cgit v1.2.1