diff options
author | David Tardon <dtardon@redhat.com> | 2011-08-11 13:09:27 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-08-11 13:11:50 +0200 |
commit | 590e2e2f9b65c42321c1ee35a02a2e6f677b4959 (patch) | |
tree | 1a577378c7f134cebe8e6479c3156c69ed23aad8 /xmlsecurity | |
parent | 3da919bb4060f22675a23811fa1a63c1511d2484 (diff) |
fix condition for building libxsec_xmlsec
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/Module_xmlsecurity.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk index 59a00acc0262..6fd29cc16408 100644 --- a/xmlsecurity/Module_xmlsecurity.mk +++ b/xmlsecurity/Module_xmlsecurity.mk @@ -34,14 +34,9 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\ AllLangResTarget_xsec \ Library_xmlsecurity \ Library_xsec_fw \ + $(if $(filter YES,$(ENABLE_NSS_MODULE) $(SYSTEM_MOZILLA)),Library_xsec_xmlsec) \ )) -ifeq ($(or $(ENABLE_NSS_MODULE),$(SYSTEM_MOZILLA)),YES) -$(eval $(call gb_Module_add_targets,xmlsecurity,\ - Library_xsec_xmlsec \ -)) -endif - # failing #$(eval $(call gb_Module_add_check_targets,xmlsecurity,\ CppunitTest_qa_certext \ |