diff options
author | Niklas Nebel <nn@openoffice.org> | 2009-11-16 13:48:33 +0100 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2009-11-16 13:48:33 +0100 |
commit | 61556666b9ba6437eaa53a40ff9e6c525e442d15 (patch) | |
tree | e7f76d83dd77be64e89e137f84c5aaa0007201bb /sc/util | |
parent | 3f03b4672c47e1cb561ca2fd4811e65ae3b95e56 (diff) |
validityref: #i103899# manual migration from svn (contribution from PengYunQuan)
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 c06071ff6324..eded4b9df3f7 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -229,8 +229,9 @@ SHL8STDLIBS= \ $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(CPPULIB) \ - $(SALLIB) - + $(SALLIB) \ + $(FORLIB) \ + $(FORUILIB) .IF "$(ENABLE_LAYOUT)" == "TRUE" SHL8STDLIBS+=$(TKLIB) .ENDIF # ENABLE_LAYOUT == TRUE |