summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordscho <dscho>2001-09-28 09:20:50 +0000
committerdscho <dscho>2001-09-28 09:20:50 +0000
commit9e5110faf702e0b44c65e40f4cde9ac525fccb13 (patch)
treeaab018101c9663c00c7eb5b0acb5dc3941926e3b /Makefile
parent7c10483c86b8b1d42916e29302407e839f8c74c0 (diff)
downloadlibtdevnc-9e5110faf702e0b44c65e40f4cde9ac525fccb13.tar.gz
libtdevnc-9e5110faf702e0b44c65e40f4cde9ac525fccb13.zip
now compiles on FreeBSD
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6fc61c6..e12ee08 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CFLAGS=-g -Wall
RANLIB=ranlib
INCLUDES=-I. -Iinclude
-VNCSERVERLIB=-L. -lvncserver -lz -ljpeg
+VNCSERVERLIB=-L. -lvncserver -L/usr/local/lib -lz -ljpeg
# These two lines enable useage of PThreads
#CFLAGS += -DHAVE_PTHREADS