summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/Module_xmlsecurity.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk
index 6fd29cc16408..b32ff3b8fbbe 100644
--- a/xmlsecurity/Module_xmlsecurity.mk
+++ b/xmlsecurity/Module_xmlsecurity.mk
@@ -28,8 +28,6 @@
$(eval $(call gb_Module_Module,xmlsecurity))
-ifeq ($(WITH_MOZILLA),YES)
-
$(eval $(call gb_Module_add_targets,xmlsecurity,\
AllLangResTarget_xsec \
Library_xmlsecurity \
@@ -42,6 +40,4 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\
CppunitTest_qa_certext \
))
-endif # ifeq ($(WITH_MOZILLA),YES)
-
# vim: set noet sw=4 ts=4: