summaryrefslogtreecommitdiff
path: root/sc/Library_scfilt.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-08-31 11:11:00 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-09-07 09:10:36 -0400
commitc28f2fbddaa5c1042d1661125dc64a397e6a65fa (patch)
tree212529e72250890dadf9101452bba6b354fa6664 /sc/Library_scfilt.mk
parentc8b7e9822257938e9b1d1c6f7d93d085b06d5e96 (diff)
Move the orcus handling code from sc to scfilt.
Then this will be subject to on-demand loading. Change-Id: Ibefcb77b4c8a97707f3ea177a81bd61bdc58fc31
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r--sc/Library_scfilt.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk
index 7efd7d141035..8816bc3db13a 100644
--- a/sc/Library_scfilt.mk
+++ b/sc/Library_scfilt.mk
@@ -63,6 +63,10 @@ $(eval $(call gb_Library_use_libraries,scfilt,\
$(gb_STDLIBS) \
))
+$(eval $(call gb_Library_use_externals,scfilt,\
+ orcus \
+))
+
$(eval $(call gb_Library_add_exception_objects,scfilt,\
sc/source/filter/dif/difexp \
sc/source/filter/dif/difimp \
@@ -214,6 +218,7 @@ $(eval $(call gb_Library_add_exception_objects,scfilt,\
sc/source/filter/oox/worksheetfragment \
sc/source/filter/oox/worksheethelper \
sc/source/filter/oox/worksheetsettings \
+ sc/source/filter/orcus/orcusfiltersimpl \
))
# vim: set noet sw=4 ts=4: