solaris compile fix

This commit is contained in:
nion@h4447.serverkompetenz.net 2007-02-01 12:00:59 +01:00
parent c8ea25a172
commit 3e66765243

View File

@ -15,8 +15,9 @@ VERSION = 1
# includes and libs
INCLUDES = -I. -I${INCDIR} -I/usr/include
LIBS = -L${LIBDIR} -L/usr/lib -lc
# uncomment for compiling on Solaris
# LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl
# uncomment and comment other variables for compiling on Solaris
#LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl
#CFLAGS = -g ${INCLUDES} -DVERSION=\"${VERSION}\"
# compiler
CC = cc