From 2b8c2a5c3a71364e402b4df334a6f5aff5ed77a9 Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 7 Jun 2004 08:31:57 +0000 Subject: add client_examples/, add SDLvncviewer, libvncclient API changes, suppress automake CFLAGS nagging --- test/Makefile.am | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 1ca7941..33839d5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,13 @@ -CFLAGS=-I.. -g -Wall +DEFINES=-I.. -g -Wall + +if HAVE_LIBPTHREAD +BACKGROUND_TEST=blooptest +endif + +copyrecttest_LDADD=$(LDADD) -lm + +noinst_PROGRAMS=tight-1 cargstest copyrecttest $(BACKGROUND_TEST) -noinst_PROGRAMS=tight-1 cargstest LDADD = ../libvncserver/libvncserver.a ../libvncclient/libvncclient.a -- cgit v1.2.1