diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-16 15:58:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-16 15:58:18 +0300 |
commit | 8a258df49a886e4f7f19fddcae9634509cec72b1 (patch) | |
tree | daada4ed618aa0406fdb1dc0e4c92c436d6eea39 | |
parent | b8fbe72a5124acafd078f74bdf51ab870d5e5b9a (diff) |
Always link with WS2_32LIB, not WSOCK32LIB
-rw-r--r--[-rwxr-xr-x] | ucb/source/ucp/webdav/makefile.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk index 339d2b5f01..f91a9717f1 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" |