summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordscho <dscho>2002-05-03 10:14:53 +0000
committerdscho <dscho>2002-05-03 10:14:53 +0000
commitaf41bea661790da0f47089f387f58ffec2c875ee (patch)
tree4d97202be51534c637dd79cc04a45a868f550ecb /Makefile
parentd7117b698cfd33f182000b69b16ea4f00cb7659c (diff)
downloadlibtdevnc-af41bea661790da0f47089f387f58ffec2c875ee.tar.gz
libtdevnc-af41bea661790da0f47089f387f58ffec2c875ee.zip
solaris fixes (INADDR_NONE)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d1940d4..403f170 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ INCLUDES=-I.
VNCSERVERLIB=-L. -lvncserver -L/usr/local/lib -lz -ljpeg
# for Solaris
+#CC=gcc
#EXTRALIBS=-lsocket -lnsl -L/usr/X/lib
# for FreeBSD