diff options
author | Dirk Völzke <dv@openoffice.org> | 2001-02-21 12:06:39 +0000 |
---|---|---|
committer | Dirk Völzke <dv@openoffice.org> | 2001-02-21 12:06:39 +0000 |
commit | cb4fdd8bc4d7fc6c8debdadf3040ed9e7a7fe3f2 (patch) | |
tree | b37421227dc513ab4accb793c1bc2b6f1b250a7e /sfx2/util | |
parent | 322c7db278680a518cb44077d026aa78c71f845e (diff) |
Added XMLOFFLIB
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index 25a4951c0353..94581406af93 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: cd $ $Date: 2000-10-23 08:07:38 $ +# last change: $Author: dv $ $Date: 2001-02-21 13:06:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -150,7 +150,8 @@ SHL1STDLIBS+=\ $(CPPUHELPERLIB) \ $(UNOTOOLSLIB) \ $(UCBHELPERLIB) \ - $(COMPHELPERLIB) + $(COMPHELPERLIB) \ + $(XMLOFFLIB) .IF "$(TF_UCB)" == "" SHL1STDLIBS+=\ |