diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-28 13:54:12 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-28 13:54:12 +0100 |
commit | af21434f7e6103b771acd225d3fb2a5e8707ea40 (patch) | |
tree | 9368025f87ce882f5f66651b6f1fbf77822b8bda /sc/util | |
parent | 3b4e5066185aa9705237612641083e3837b264b5 (diff) |
CWS gnumake3: more fixes for problems caused by crappy vbahelper headers
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk index ff4696409d48..b564d0e86c27 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -85,6 +85,7 @@ SHL1STDLIBS= \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ + $(VBAHELPERLIB) \ $(TKLIB) \ $(VOSLIB) \ $(SALLIB) \ |