diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-10-09 14:26:12 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-10-09 14:26:12 +0000 |
commit | 5ffd1971c3ba3a6e619485c57d512b10df2112d6 (patch) | |
tree | 2b7a0fa5fae32da3024d067d7324277193d5cc1e /ucb | |
parent | d16a3fd458ade6463160b55e5cef2939111a99ea (diff) |
INTEGRATION: CWS basmgr03 (1.8.16); FILE MERGED
2007/09/03 12:45:14 fs 1.8.16.1: #i76129# link with COMPHELPERLIB
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/tdoc/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/tdoc/makefile.mk b/ucb/source/ucp/tdoc/makefile.mk index de1ecdf03bc6..ff610c504ed8 100644 --- a/ucb/source/ucp/tdoc/makefile.mk +++ b/ucb/source/ucp/tdoc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: ihi $ $Date: 2007-06-05 18:15:40 $ +# last change: $Author: kz $ $Date: 2007-10-09 15:26:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -76,6 +76,7 @@ SHL1IMPLIB=i$(TARGET) SHL1VERSIONMAP= exports.map SHL1STDLIBS=\ + $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ $(SALLIB) \ |