From af4e02678babede037b128f9db4f0c71bf224a0f Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 14 Aug 2001 07:48:57 +0000 Subject: hooks inserted --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5ef46f7..1969adc 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ VNCAUTHLIB=-Llibvncauth -lvncauth VNCSERVERLIB=-L. -lvncserver -lz -ljpeg # These two lines enable useage of PThreads -CFLAGS += -DHAVE_PTHREADS +#CFLAGS += -DHAVE_PTHREADS VNCSERVERLIB += -lpthread -LIBS=$(VNCSERVERLIB) $(VNCAUTHLIB) +LIBS=$(LDFLAGS) $(VNCSERVERLIB) $(VNCAUTHLIB) # for Mac OS X OSX_LIBS = -framework ApplicationServices -framework Carbon -- cgit v1.2.3