summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authordscho <dscho>2003-02-10 20:06:40 +0000
committerdscho <dscho>2003-02-10 20:06:40 +0000
commit73d943b394386089cbe153e0bbdb32b375e324bd (patch)
tree40b428d1ab3dd1b7ff56b54e68ba45b5d3479373 /examples/Makefile.am
parent8305a4991acbcd74e09aa763322c4ea648fe361c (diff)
downloadlibtdevnc-73d943b3.tar.gz
libtdevnc-73d943b3.zip
fixed dependecy to libvncserver.a; if the lib is newer, the programs are relinked
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index c7635f5..7c1eae8 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -12,5 +12,5 @@ noinst_HEADERS=radon.h
noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \
vncev storepasswd colourmaptest $(BACKGROUND_TEST) $(MAC)
-LDADD = -L.. -lvncserver
+LDADD = ../libvncserver.a