summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-15 14:00:53 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-21 14:05:40 +0300
commite556a28fec98abfe404c753f6874d1b0c50f2c52 (patch)
treeabd4bec6e3950a46ad65cb8470f50df566c335c1 /unoxml
parentdc3578dc767265727b34975a7ff9447883250f4b (diff)
Just use REDLAND_CFLAGS, LIBXSLT_CFLAGS and LIBXML_CFLAGS always
They are empty anyway when not needed, I think.
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: