summaryrefslogtreecommitdiff
path: root/unoxml/Library_unordf.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/Library_unordf.mk')
-rw-r--r--unoxml/Library_unordf.mk16
1 files changed, 5 insertions, 11 deletions
diff --git a/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk
index bc993fb022b6..f716cf2afa59 100644
--- a/unoxml/Library_unordf.mk
+++ b/unoxml/Library_unordf.mk
@@ -33,10 +33,6 @@ $(eval $(call gb_Library_set_include,unordf,\
$$(INCLUDE) \
))
-$(eval $(call gb_Library_set_defs,unordf,\
- $$(DEFS) \
-))
-
$(eval $(call gb_Library_add_api,unordf,\
udkapi \
offapi \
@@ -46,11 +42,14 @@ $(eval $(call gb_Library_add_linked_libs,unordf,\
cppuhelper \
cppu \
sal \
- rdf \
- xslt \
$(gb_STDLIBS) \
))
+$(call gb_Library_use_externals,unordf,\
+ librdf \
+ libxslt \
+)
+
$(eval $(call gb_Library_add_exception_objects,unordf,\
unoxml/source/rdf/CBlankNode \
unoxml/source/rdf/CURI \
@@ -59,12 +58,7 @@ $(eval $(call gb_Library_add_exception_objects,unordf,\
unoxml/source/rdf/librdf_services \
))
-$(eval $(call gb_Library_set_cxxflags,unordf,\
- $$(CXXFLAGS) \
$$(REDLAND_CFLAGS) \
- $$(LIBXSLT_CFLAGS) \
$$(LIBXML_CFLAGS) \
-))
-
# vim: set noet sw=4 ts=4: