summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authordscho <dscho>2004-12-01 23:06:56 +0000
committerdscho <dscho>2004-12-01 23:06:56 +0000
commit658b65ad0cc2045bf2c930c8ef2a2853a07ba6ee (patch)
tree51a7b1f153204de2c3bc423411d8f5b2f566c4f6 /test
parent7d3b1c9762b5f2878e9783677677cb2b3aa10e7e (diff)
downloadlibvncserver-658b65ad0cc2045bf2c930c8ef2a2853a07ba6ee.zip
libvncserver-658b65ad0cc2045bf2c930c8ef2a2853a07ba6ee.tar.gz
support MinGW32!
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index c2d04c4..1084cb8 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,14 +1,14 @@
DEFINES=-I.. -g -Wall
+LDADD = ../libvncserver/libvncserver.a ../libvncclient/libvncclient.a @WSOCKLIB@
if HAVE_LIBPTHREAD
BACKGROUND_TEST=blooptest
+ENCODINGS_TEST=encodingstest
endif
copyrecttest_LDADD=$(LDADD) -lm
-noinst_PROGRAMS=encodingstest cargstest copyrecttest $(BACKGROUND_TEST)
-
-LDADD = ../libvncserver/libvncserver.a ../libvncclient/libvncclient.a
+noinst_PROGRAMS=$(ENCODINGS_TEST) cargstest copyrecttest $(BACKGROUND_TEST)
test: encodingstest cargstest copyrecttest
./encodingstest && ./cargstest
OpenPOWER on IntegriCloud