summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
blob: 8f19836e39e622f16196377a184d092a6827b3a3 (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.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)