diff options
author | Gregor Hartmann <gh@openoffice.org> | 2001-07-13 14:24:38 +0000 |
---|---|---|
committer | Gregor Hartmann <gh@openoffice.org> | 2001-07-13 14:24:38 +0000 |
commit | 2f71b48f195b0f7ec2e8096562b90d0138e4dae7 (patch) | |
tree | 216d8de314ada5b6a84ef6c5327726b0cf32fac5 /basic/util | |
parent | 1be11d118846c27f4e75ba2771f273ec98c246c0 (diff) |
#87257#LacaleDataWrapper
Diffstat (limited to 'basic/util')
-rw-r--r-- | basic/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index 6f1d5b4e7548..11a3a1e33dfd 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: thb $ $Date: 2001-06-20 07:43:30 $ +# last change: $Author: gh $ $Date: 2001-07-13 15:24:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -174,6 +174,7 @@ APP1TARGET=$(PRJNAME) APP1STDLIBS= \ $(SALLIB) \ $(TOOLSLIB) \ + $(UNOTOOLSLIB) \ $(SVTOOLLIB) \ $(SVLLIB) \ $(SVLIB) \ |