From 73d943b394386089cbe153e0bbdb32b375e324bd Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 10 Feb 2003 20:06:40 +0000 Subject: [PATCH] fixed dependecy to libvncserver.a; if the lib is newer, the programs are relinked --- contrib/Makefile.am | 2 +- examples/Makefile.am | 2 +- vncterm/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 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 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 diff --git a/vncterm/Makefile.am b/vncterm/Makefile.am index d049f6b..d31d745 100644 --- a/vncterm/Makefile.am +++ b/vncterm/Makefile.am @@ -2,7 +2,7 @@ CONSOLE_SRCS=VNConsole.c noinst_HEADERS=VNConsole.h vga.h -LDADD=-L.. -lvncserver +LDADD=../libvncserver.a INCLUDES=-I. -I../include if LINUX