diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-12-03 17:39:45 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-12-03 17:39:45 +0100 |
commit | 8c30146af0e6d4fbdb731eae01dbf47661e788ae (patch) | |
tree | c7eeb603fc4e4b8999fe176d37f66aa16b350630 /sc/util | |
parent | 4a480ea2e12b41150feb35a5682120ae9ebae324 (diff) | |
parent | 4fa24255a27fd48325ec48a3ec31dae6388a1444 (diff) |
CWS-TOOLING: integrate CWS validityref
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk index 542ac6593401..2422a56b255a 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -230,8 +230,9 @@ SHL8STDLIBS= \ $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(CPPULIB) \ - $(SALLIB) - + $(SALLIB) \ + $(FORLIB) \ + $(FORUILIB) .IF "$(ENABLE_LAYOUT)" == "TRUE" SHL8STDLIBS+=$(TKLIB) .ENDIF # ENABLE_LAYOUT == TRUE |