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