• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AM_CPPFLAGS = -I$(top_srcdir)
2LDADD = $(top_srcdir)/libvncserver/libvncserver.la @WSOCKLIB@
3
4noinst_PROGRAMS=androidvncserver
5androidvncserver_SOURCES=jni/fbvncserver.c
6
7EXTRA_DIST=jni/Android.mk
8