diff options
author | dscho <dscho> | 2001-09-28 09:20:50 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-09-28 09:20:50 +0000 |
commit | 9e5110faf702e0b44c65e40f4cde9ac525fccb13 (patch) | |
tree | aab018101c9663c00c7eb5b0acb5dc3941926e3b /Makefile | |
parent | 7c10483c86b8b1d42916e29302407e839f8c74c0 (diff) | |
download | libtdevnc-9e5110faf702e0b44c65e40f4cde9ac525fccb13.tar.gz libtdevnc-9e5110faf702e0b44c65e40f4cde9ac525fccb13.zip |
now compiles on FreeBSD
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |