summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
blob: 33839d52091f05c5af3cc27857ac705c4547e53e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DEFINES=-I.. -g -Wall

if HAVE_LIBPTHREAD
BACKGROUND_TEST=blooptest
endif

copyrecttest_LDADD=$(LDADD) -lm

noinst_PROGRAMS=tight-1 cargstest copyrecttest $(BACKGROUND_TEST) 


LDADD = ../libvncserver/libvncserver.a ../libvncclient/libvncclient.a