diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 13:58:30 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 13:58:30 +0000 |
commit | 25334dd683a21d25a6410ef3e871aa8a0066b4b6 (patch) | |
tree | 8641285da99af3b9d04153b0eff3e19cd9660c7b | |
parent | ae4da1814c2e743945976897d768d3767bc25ebc (diff) |
INTEGRATION: CWS geordi2q01 (1.10.18); FILE MERGED
2003/08/18 12:58:00 hr 1.10.18.1: #i18350#: join changes from CWS ooo11rc3
-rw-r--r-- | io/source/acceptor/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/io/source/acceptor/makefile.mk b/io/source/acceptor/makefile.mk index 47c76c859..63f2cd794 100644 --- a/io/source/acceptor/makefile.mk +++ b/io/source/acceptor/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: rt $ $Date: 2003-04-23 16:21:07 $ +# last change: $Author: hjs $ $Date: 2003-08-18 14:58:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -95,7 +95,7 @@ SHL1STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) -.IF "$(OS)"=="MACOSX" +.IF "$(OS)$(CVER)"=="MACOSXC295" SHL1STDLIBS+= -lconnectr .ENDIF |