From 25697e82162be3ebd449ba0eaca61e26916ee95d Mon Sep 17 00:00:00 2001 From: dscho Date: Sat, 29 Sep 2001 13:07:53 +0000 Subject: cleaned up pthreads (now compiles) and rfb.h (first undefine TRUE) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3