summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
blob: 18f3726fa5be669506a354f66c88fa17b66a5171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CFLAGS=-I.. -g -Wall
LDADD = ../libvncserver/libvncserver.a

if HAVE_LIBPTHREAD
BACKGROUND_TEST=blooptest
endif

if OSX
MAC=mac
mac_LDFLAGS=-framework ApplicationServices -framework Carbon -framework IOKit
endif

copyrecttest_LDADD=$(LDADD) -lm

noinst_HEADERS=radon.h

noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \
	vncev storepasswd colourmaptest simple simple15 copyrecttest \
	$(BACKGROUND_TEST) $(MAC)