Adopt autotools build system to Android.
LibVNCServer/LibVNCClient now build for Android!pull/1/head
parent
5a5cfbe24c
commit
b6d24bfa11
@ -0,0 +1,6 @@
|
||||
INCLUDES = -I$(top_srcdir)
|
||||
LDADD = $(top_srcdir)/libvncserver/libvncserver.la @WSOCKLIB@
|
||||
|
||||
noinst_PROGRAMS=androidvncserver
|
||||
androidvncserver_SOURCES=jni/fbvncserver.c
|
||||
|
Loading…
Reference in New Issue