diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-01-08 18:32:51 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-01-08 18:32:51 +0100 |
commit | 55f1f483cfa4cde111593782f17c514a0056d7f0 (patch) | |
tree | b862f97846992ba1457664b6f1cd551ca7eee844 /starmath/util | |
parent | ebbf721d69d4040a392d493c8a89a4c0023476cf (diff) |
#i107450#: build all other modules with new editeng lib
Diffstat (limited to 'starmath/util')
-rw-r--r-- | starmath/util/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk index 978cb6cff40c..7a4e56f94ea6 100644 --- a/starmath/util/makefile.mk +++ b/starmath/util/makefile.mk @@ -57,6 +57,7 @@ SHL1DEF=$(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) SHL1STDLIBS= \ + $(EDITENGLIB) \ $(SVXCORELIB) \ $(SVXLIB) \ $(SFX2LIB) \ |