diff options
author | dscho <dscho> | 2003-02-10 20:06:40 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-02-10 20:06:40 +0000 |
commit | 73d943b394386089cbe153e0bbdb32b375e324bd (patch) | |
tree | 40b428d1ab3dd1b7ff56b54e68ba45b5d3479373 /contrib | |
parent | 8305a4991acbcd74e09aa763322c4ea648fe361c (diff) | |
download | libtdevnc-73d943b394386089cbe153e0bbdb32b375e324bd.tar.gz libtdevnc-73d943b394386089cbe153e0bbdb32b375e324bd.zip |
fixed dependecy to libvncserver.a; if the lib is newer, the programs are relinked
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index bd5b291..dd40cf4 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,4 +1,4 @@ -LDADD = -L.. -lvncserver +LDADD = ../libvncserver.a noinst_PROGRAMS=zippy |