diff options
author | Rüdiger Timm <rt@openoffice.org> | 2000-12-13 15:27:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2000-12-13 15:27:47 +0000 |
commit | 2bc27b1e6e13ffeb0ebb7e8dc3c2ea425939acf1 (patch) | |
tree | 50610c271dba4ea5977cd083457fa6d242cd8baf /framework/util | |
parent | f0c87fc12e73f9010ecea720da8fc758cad0c064 (diff) |
#65293# link framework binary against SOTLIB
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 534171b6b76e..bf4c996a0b33 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: as $ $Date: 2000-12-13 09:19:47 $ +# last change: $Author: rt $ $Date: 2000-12-13 16:27:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -149,6 +149,7 @@ APP1STDLIBS= \ $(SVTOOLLIB) \ $(TKLIB) \ $(COMPHELPERLIB) \ + $(SOTLIB) \ $(SVLIB) APP1DEPN= $(SLB)$/fwk_helper.lib \ |