summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 07:03:42 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 07:03:42 +0000
commit408fcd10cd60de00f5182cb2e2bf7eb01da2a169 (patch)
tree16904c87b6f2d6c4fd4e6b7f3898da1691cdefaa /ucbhelper
parente5a69b854d8b5f7060a0af8f2e3a38c6ccd3f00c (diff)
INTEGRATION: CWS ipv6ooo2 (1.8.26); FILE MERGED
2004/10/11 15:46:14 kso 1.8.26.1: #i33615# - IPv6 support.
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)