summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordscho <dscho>2001-09-26 21:20:27 +0000
committerdscho <dscho>2001-09-26 21:20:27 +0000
commit5c3eae92371309d94a5edd4e35caa71a2e481ab9 (patch)
treefa4389c90f5c4fcade0554568a458c087f5c13e8 /Makefile
parentd6082b694129df97fcbe027d30655d2f0225fdca (diff)
downloadlibtdevnc-5c3eae92371309d94a5edd4e35caa71a2e481ab9.tar.gz
libtdevnc-5c3eae92371309d94a5edd4e35caa71a2e481ab9.zip
API corrections
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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