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 | 02f9b8dfaee166327ad48ed5a6398cb24cd1cd51 (patch) | |
tree | 3458e5fadd914c8da0c5a50a6338b02f8aa123b1 /cui/util | |
parent | be63d4cfb1481b5d37ccc9f2952541bbb6c3aa11 (diff) |
#i107450#: build all other modules with new editeng lib
Diffstat (limited to 'cui/util')
-rw-r--r-- | cui/util/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/util/makefile.mk b/cui/util/makefile.mk index 120b74098..715a138e2 100644 --- a/cui/util/makefile.mk +++ b/cui/util/makefile.mk @@ -60,6 +60,7 @@ SHL1LIBS= \ SHL1STDLIBS= \ + $(EDITENGLIB) \ $(SVXCORELIB) \ $(SVXLIB) \ $(AVMEDIALIB) \ |