diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-09 17:52:47 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-09 17:52:47 +0200 |
commit | 074a6a2e1665983e5e9961c85a38b49c146a672c (patch) | |
tree | bb5c78ef503b368e4d7687b11fae63e79201f8d1 /formula | |
parent | 0d72425b5d030c5764d9564ce89110a2acb9de95 (diff) |
#i103496#: SysLocale moved to svl
Diffstat (limited to 'formula')
-rw-r--r-- | formula/util/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/formula/util/makefile.mk b/formula/util/makefile.mk index 0aab51b4fd22..130bf7f9bd2b 100644 --- a/formula/util/makefile.mk +++ b/formula/util/makefile.mk @@ -54,6 +54,7 @@ SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(TOOLSLIB) \ $(SVTOOLLIB) \ + $(SVLLIB) \ $(UNOTOOLSLIB) \ $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ |