summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 14:20:34 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 14:20:34 +0000
commit17e0fc3a86773597e595d19ced4033d8eb28a39a (patch)
tree5e0a46821e852c515d7d472541a0b8d6d33d2932 /sal
parent42805824e312fc7fe529c655ce59a1e87e7a541e (diff)
INTEGRATION: CWS os2port01 (1.6.174); FILE MERGED
2007/08/09 09:04:07 obr 1.6.174.2: RESYNC: (1.6-1.8); FILE MERGED 2006/11/29 14:26:48 ydario 1.6.174.1: Initial OS/2 import.
Diffstat (limited to 'sal')
-rwxr-xr-xsal/qa/osl/mutex/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/sal/qa/osl/mutex/makefile.mk b/sal/qa/osl/mutex/makefile.mk
index e13ef8f01dfc..975f3666d185 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.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: vg $ $Date: 2007-03-26 14:24:28 $
+# last change: $Author: vg $ $Date: 2007-09-20 15:20:34 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -60,6 +60,10 @@ SHL1STDLIBS += $(SOLARLIBDIR)$/cppunit.lib
SHL1STDLIBS += $(WS2_32LIB)
.ENDIF
+.IF "$(GUI)" == "OS2"
+SHL1STDLIBS += $(SOLARLIBDIR)$/cppunit.lib
+.ENDIF
+
.IF "$(GUI)" == "UNX"
SHL1STDLIBS+=$(SOLARLIBDIR)$/libcppunit$(DLLPOSTFIX).a
SHL1STDLIBS += -ldl -lnsl