diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-04-23 20:50:43 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-31 15:29:43 +0300 |
commit | b9ef6b66e7a67a448b1a840c47146d8789a92a6d (patch) | |
tree | 8dab5043884df3ee37f31b41fab4fc268b887a17 /sc/Library_sc.mk | |
parent | 8a2f30e548f930f0ddd869e07f58947616ba9ea4 (diff) |
Initial steps to make also Calc usable from Automation clients
Largely parallel to what we do for Writer.
Yes, there is a fair amount of duplicated code now for the outgoing
("sink") stuff in sw and sc, that should be factored out (to
vbahelper, probably).
Change-Id: I8df4a81c3b9043e8d6b0b206e3c04660205987c7
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 00db6e4a44c0..2f4f06b6ea25 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -40,7 +40,11 @@ $(eval $(call gb_Library_use_custom_headers,sc,\ officecfg/registry \ )) -$(eval $(call gb_Library_use_sdk_api,sc)) +$(eval $(call gb_Library_use_api,sc,\ + udkapi \ + offapi \ + oovbaapi \ +)) $(eval $(call gb_Library_use_externals,sc,\ boost_headers \ |