From 5c3eae92371309d94a5edd4e35caa71a2e481ab9 Mon Sep 17 00:00:00 2001 From: dscho Date: Wed, 26 Sep 2001 21:20:27 +0000 Subject: API corrections --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a8b404b..26a3422 100644 --- a/Makefile +++ b/Makefile @@ -4,14 +4,13 @@ CFLAGS=-g -Wall RANLIB=ranlib INCLUDES=-I. -Iinclude -VNCAUTHLIB= VNCSERVERLIB=-L. -lvncserver -lz -ljpeg # These two lines enable useage of PThreads #CFLAGS += -DHAVE_PTHREADS #VNCSERVERLIB += -lpthread -LIBS=$(LDFLAGS) $(VNCSERVERLIB) $(VNCAUTHLIB) +LIBS=$(LDFLAGS) $(VNCSERVERLIB) # for Mac OS X OSX_LIBS = -framework ApplicationServices -framework Carbon -- cgit v1.2.3