diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 + |