fix disconnect bug in libvncserver
[presencevnc] / libvnc / examples / Makefile.am
1 AM_CFLAGS=-I $(top_srcdir) -g -Wall
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 WITH_TIGHTVNC_FILETRANSFER
10 FILETRANSFER=filetransfer
11 endif
12
13 if HAVE_LIBPTHREAD
14 BLOOPTEST=blooptest
15 endif
16
17 noinst_HEADERS=radon.h rotatetemplate.c
18
19 noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \
20         vncev storepasswd colourmaptest simple simple15 $(MAC) \
21         $(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate
22