From 13b358fed1b89a7a7f8c47bc175dcb3ccae1e39b Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 28 Jul 2003 12:01:07 +0000 Subject: fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead) --- test/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/Makefile.am (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..8c04810 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,6 @@ +CFLAGS=-I.. -g -Wall + +noinst_PROGRAMS=tight-1 + +LDADD = ../libvncserver.a ../libvncclient/libvncclient.a + -- cgit v1.2.1