diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-01-28 18:03:28 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-01-28 18:03:28 +0000 |
commit | 4f56cddbddbfba1ff9fe50494206ca95f5100cc4 (patch) | |
tree | f0297e5fa2d1ca1411b644a228a7ad50664acdac /uui/util | |
parent | 128b4bd0f4f1a741b26ca727e5f9fe988cd2fcae (diff) |
INTEGRATION: CWS filtercfg (1.4.62); FILE MERGED
2004/01/22 12:14:23 as 1.4.62.1: #102620# link comphelper because new helper is used
Diffstat (limited to 'uui/util')
-rw-r--r-- | uui/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/uui/util/makefile.mk b/uui/util/makefile.mk index 8ef6b865819c..28b341f05dd9 100644 --- a/uui/util/makefile.mk +++ b/uui/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: vg $ $Date: 2003-04-15 14:43:01 $ +# last change: $Author: kz $ $Date: 2004-01-28 19:03:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,6 +88,7 @@ SHL1STDLIBS = \ $(VCLLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ $(SALLIB) |