Commit 73d943b3 authored by dscho's avatar dscho

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

parent 8305a499
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment