diff options
author | Thomas Lange <tl@openoffice.org> | 2002-07-22 12:22:22 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-07-22 12:22:22 +0000 |
commit | e4eb9351bf1f990302532a375f81f110a16334ce (patch) | |
tree | 335adc260b031b2175f887778599359bd19f433d /starmath/util | |
parent | b11cdfc7cb2ff352c0f90c4ed3ef9d415e2f2783 (diff) |
#96085# enable replaceability of context menus
Diffstat (limited to 'starmath/util')
-rw-r--r-- | starmath/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk index fcb50c7ee81b..c9c078b0ab53 100644 --- a/starmath/util/makefile.mk +++ b/starmath/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: kz $ $Date: 2002-01-10 09:44:53 $ +# last change: $Author: tl $ $Date: 2002-07-22 13:21:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,6 +93,7 @@ SHL1IMPLIB= smimp SHL1LIBS= $(SLB)$/starmath.lib SHL1STDLIBS= \ $(TOOLSLIB) \ + $(TKLIB) \ $(SVTOOLLIB) \ $(SVLLIB) \ $(SVMEMLIB) \ |