summaryrefslogtreecommitdiff
path: root/filter/Library_xsltfilter.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-09-15 14:01:34 +0200
committerMichael Stahl <mst@openoffice.org>2011-09-15 14:07:28 +0200
commita254cf292c5679843c6fa2624fa1aa5ce69e39fe (patch)
treee9d1919c292f294d23cd76f10308af75cabfd21d /filter/Library_xsltfilter.mk
parent83cb157c54701d70d302004fa6a5d8bdc8c4a098 (diff)
filter: adapt to changes in LO
Diffstat (limited to 'filter/Library_xsltfilter.mk')
-rw-r--r--filter/Library_xsltfilter.mk11
1 files changed, 10 insertions, 1 deletions
diff --git a/filter/Library_xsltfilter.mk b/filter/Library_xsltfilter.mk
index bc99b82a3074..7ee7244f2835 100644
--- a/filter/Library_xsltfilter.mk
+++ b/filter/Library_xsltfilter.mk
@@ -34,15 +34,24 @@ $(eval $(call gb_Library_set_include,xsltfilter,\
$(eval $(call gb_Library_add_linked_libs,xsltfilter,\
xo \
tl \
+ package2 \
+ comphelper \
+ ucbhelper \
cppuhelper \
cppu \
sal \
$(gb_STDLIBS) \
))
+$(call gb_Library_use_externals,xsltfilter,\
+ libxml2 \
+ libxslt \
+)
+
$(eval $(call gb_Library_add_exception_objects,xsltfilter,\
+ filter/source/xsltfilter/LibXSLTTransformer \
+ filter/source/xsltfilter/OleHandler \
filter/source/xsltfilter/XSLTFilter \
- filter/source/xsltfilter/fla \
))
# vim: set noet sw=4 ts=4: