diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-05 08:50:12 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-05 08:50:12 +0300 |
commit | 2218ff176394892092bd1777201a85615edef442 (patch) | |
tree | b6735e475e21835a4ccbe63838286a3cbda1d8e1 /sc/Library_sc.mk | |
parent | 6afeb7e00c4cb4bc7fee17cf460a37952a1384a9 (diff) |
We need the vbahelper headers especially when DISABLE_SCRIPTING
Change-Id: I632c3f14e4babbdbe2c35810a17bb39d5a42baf6
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 8d89830bdd93..0728846fb27f 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -44,6 +44,7 @@ $(eval $(call gb_Library_add_defs,sc,\ $(eval $(call gb_Library_use_packages,sc,\ oox_inc \ + vbahelper_inc \ )) $(eval $(call gb_Library_use_sdk_api,sc)) |