summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/Library_unordf.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk
index 7990c69f3047..bc993fb022b6 100644
--- a/unoxml/Library_unordf.mk
+++ b/unoxml/Library_unordf.mk
@@ -59,19 +59,12 @@ $(eval $(call gb_Library_add_exception_objects,unordf,\
unoxml/source/rdf/librdf_services \
))
-ifeq ($(SYSTEM_REDLAND),YES)
-$(eval $(call gb_Library_set_cxxflags,unordf,\
- $$(CXXFLAGS) \
- -DSYSTEM_REDLAND $$(REDLAND_CFLAGS) \
-))
-endif
-
-ifeq ($(SYSTEM_LIBXSLT),YES)
$(eval $(call gb_Library_set_cxxflags,unordf,\
$$(CXXFLAGS) \
+ $$(REDLAND_CFLAGS) \
$$(LIBXSLT_CFLAGS) \
+ $$(LIBXML_CFLAGS) \
))
-endif
# vim: set noet sw=4 ts=4: