summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordscho <dscho>2001-09-29 13:07:53 +0000
committerdscho <dscho>2001-09-29 13:07:53 +0000
commit25697e82162be3ebd449ba0eaca61e26916ee95d (patch)
tree83298b483215c867d120c51ca81f1b84d0dc2bf8 /Makefile
parent282b071a43fc9a8a12c9cdb98296a801b9d65fd3 (diff)
downloadlibtdevnc-25697e82162be3ebd449ba0eaca61e26916ee95d.tar.gz
libtdevnc-25697e82162be3ebd449ba0eaca61e26916ee95d.zip
cleaned up pthreads (now compiles) and rfb.h (first undefine TRUE)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2483a05..06885e8 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ INCLUDES=-I.
VNCSERVERLIB=-L. -lvncserver -L/usr/local/lib -lz -ljpeg
# These two lines enable useage of PThreads
-#CFLAGS += -DHAVE_PTHREADS
-#VNCSERVERLIB += -lpthread
+CFLAGS += -DHAVE_PTHREADS
+VNCSERVERLIB += -lpthread
LIBS=$(LDFLAGS) $(VNCSERVERLIB)