fixed dependecy to libvncserver.a; if the lib is newer, the programs are relinked

pull/1/head
dscho 21 years ago
parent 8305a4991a
commit 73d943b394

@ -1,4 +1,4 @@
LDADD = -L.. -lvncserver
LDADD = ../libvncserver.a
noinst_PROGRAMS=zippy

@ -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

@ -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

Loading…
Cancel
Save