diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-11-08 11:08:11 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-11-08 11:08:11 +0000 |
commit | 0478a74eed892f8cd8580d91574de41ebf4b25c0 (patch) | |
tree | 5df7bb93ca38535c7fc9a89b7e187dacb995704a /uui | |
parent | e26131fe6fd92c0dc72b3a83650936121a2a2885 (diff) |
#90045# add unotools lib
Diffstat (limited to 'uui')
-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 5160d7bc4d62..8898c0739d97 100644 --- a/uui/util/makefile.mk +++ b/uui/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: sb $ $Date: 2001-08-20 07:10:12 $ +# last change: $Author: as $ $Date: 2001-11-08 12:08:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,6 +81,7 @@ SHL1STDLIBS = \ $(CPPUHELPERLIB) \ $(CPPULIB) \ $(SALLIB) \ + $(UNOTOOLSLIB) \ $(SVTOOLLIB) \ $(TKLIB) \ $(TOOLSLIB) \ |