summaryrefslogtreecommitdiffstats
path: root/filter/Library_xsltfilter.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-09-15 14:01:37 +0200
committerMichael Stahl <mst@openoffice.org>2011-09-15 14:07:29 +0200
commitc103db16cd86423cf59a843ecaa27e450d0ad8fa (patch)
treebc23d086a9ceab7dd0a0cfa81bc65712271e0bc3 /filter/Library_xsltfilter.mk
parentfilter: add missing resource makefiles (diff)
downloadcore-c103db16cd86423cf59a843ecaa27e450d0ad8fa.tar.gz
core-c103db16cd86423cf59a843ecaa27e450d0ad8fa.zip
filter: gb_Library_use_externals requires eval?
Diffstat (limited to 'filter/Library_xsltfilter.mk')
-rw-r--r--filter/Library_xsltfilter.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/Library_xsltfilter.mk b/filter/Library_xsltfilter.mk
index 7ee7244f2835..2409a47aab4f 100644
--- a/filter/Library_xsltfilter.mk
+++ b/filter/Library_xsltfilter.mk
@@ -43,10 +43,10 @@ $(eval $(call gb_Library_add_linked_libs,xsltfilter,\
$(gb_STDLIBS) \
))
-$(call gb_Library_use_externals,xsltfilter,\
+$(eval $(call gb_Library_use_externals,xsltfilter,\
libxml2 \
libxslt \
-)
+))
$(eval $(call gb_Library_add_exception_objects,xsltfilter,\
filter/source/xsltfilter/LibXSLTTransformer \