diff options
Diffstat (limited to 'sal/qa/osl/mutex/makefile.mk')
-rwxr-xr-x | sal/qa/osl/mutex/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/osl/mutex/makefile.mk b/sal/qa/osl/mutex/makefile.mk index d83c86c99b58..e13ef8f01dfc 100755 --- a/sal/qa/osl/mutex/makefile.mk +++ b/sal/qa/osl/mutex/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: vg $ $Date: 2007-01-16 15:56:44 $ +# last change: $Author: vg $ $Date: 2007-03-26 14:24:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -57,7 +57,7 @@ SHL1STDLIBS=\ $(SALLIB) .IF "$(GUI)" == "WNT" SHL1STDLIBS += $(SOLARLIBDIR)$/cppunit.lib -SHL1STDLIBS += ws2_32.lib +SHL1STDLIBS += $(WS2_32LIB) .ENDIF .IF "$(GUI)" == "UNX" |