diff options
author | dscho <dscho> | 2001-09-26 21:20:27 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-09-26 21:20:27 +0000 |
commit | 5c3eae92371309d94a5edd4e35caa71a2e481ab9 (patch) | |
tree | fa4389c90f5c4fcade0554568a458c087f5c13e8 /Makefile | |
parent | d6082b694129df97fcbe027d30655d2f0225fdca (diff) | |
download | libtdevnc-5c3eae92371309d94a5edd4e35caa71a2e481ab9.tar.gz libtdevnc-5c3eae92371309d94a5edd4e35caa71a2e481ab9.zip |
API corrections
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |