Home | History | Annotate | Download | only in examples
      1 AM_CPPFLAGS = -I$(top_srcdir)
      2 LDADD = ../libvncserver/libvncserver.la @WSOCKLIB@
      3 
      4 if OSX
      5 MAC=mac
      6 mac_LDFLAGS=-framework ApplicationServices -framework Carbon -framework IOKit
      7 endif
      8 
      9 if ANDROID
     10 SUBDIRS=android
     11 endif
     12 
     13 if WITH_TIGHTVNC_FILETRANSFER
     14 FILETRANSFER=filetransfer
     15 endif
     16 
     17 if HAVE_LIBPTHREAD
     18 BLOOPTEST=blooptest
     19 endif
     20 
     21 noinst_HEADERS=radon.h rotatetemplate.c
     22 
     23 noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \
     24 	vncev storepasswd colourmaptest simple simple15 $(MAC) \
     25 	$(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate \
     26 	zippy repeater
     27 
     28