summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-16 15:58:18 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-16 15:58:18 +0300
commite548d6364ff4b85a08ecfd2ed149571abfe04475 (patch)
tree18bea6bf78b5b18c73c9865ba3eb7e4bc0a49dc8 /ucb
parent16471e0e6e7d3ac9e60e837c89e9a911c44d773e (diff)
Always link with WS2_32LIB, not WSOCK32LIB
Diffstat (limited to 'ucb')
-rw-r--r--[-rwxr-xr-x]ucb/source/ucp/webdav/makefile.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk
index 339d2b5f01a4..f91a9717f115 100755..100644
--- a/ucb/source/ucp/webdav/makefile.mk
+++ b/ucb/source/ucp/webdav/makefile.mk
@@ -126,10 +126,7 @@ SHL1STDLIBS=\
$(LIBXML2LIB)
.IF "$(GUI)"=="WNT"
-SHL1STDLIBS+= $(WSOCK32LIB)
-.IF "$(WINDOWS_VISTA_PSDK)" != ""
SHL1STDLIBS+= $(WS2_32LIB)
-.ENDIF
SHL1STDLIBS+= $(OPENSSLLIB)
.ELSE # WNT
.IF "$(OS)"=="SOLARIS"