summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/util/makefile.mk13
1 files changed, 11 insertions, 2 deletions
diff --git a/ucbhelper/util/makefile.mk b/ucbhelper/util/makefile.mk
index 794dcd96a8cd..5d88a9557a21 100644
--- a/ucbhelper/util/makefile.mk
+++ b/ucbhelper/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: svesik $ $Date: 2004-04-21 12:35:42 $
+# last change: $Author: pjunck $ $Date: 2004-11-03 08:03:42 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,6 +86,15 @@ SHL1STDLIBS = \
$(SALHELPERLIB) \
$(SALLIB) \
$(VOSLIB)
+
+.IF "$(GUI)"=="WNT"
+SHL1STDLIBS+= wsock32.lib
+.ENDIF # WNT
+
+.IF "$(OS)"=="SOLARIS"
+SHL1STDLIBS+= -lnsl -lsocket
+.ENDIF # SOLARIS
+
SHL1DEPN=
SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(LIB1TARGET)