diff options
author | dscho <dscho> | 2004-03-22 08:40:51 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-03-22 08:40:51 +0000 |
commit | 6a1a59f90e8aa12ee50aaad0244a9f1ad1d85900 (patch) | |
tree | 638fa4305c45ddad116a357cf3cfc1ce88f4d6a4 /test/Makefile.am | |
parent | 5df82de5ce647592f6256b5c1b199cec775f9ce8 (diff) | |
download | libvncserver-6a1a59f90e8aa12ee50aaad0244a9f1ad1d85900.zip libvncserver-6a1a59f90e8aa12ee50aaad0244a9f1ad1d85900.tar.gz |
fix cargs.c: arguments were not correctly purged.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 8c04810..c250fe6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,6 @@ CFLAGS=-I.. -g -Wall -noinst_PROGRAMS=tight-1 +noinst_PROGRAMS=tight-1 cargstest LDADD = ../libvncserver.a ../libvncclient/libvncclient.a |