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