Kaydet (Commit) 7c3a322f authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Include xmlsec component only when we are building with xmlsec.

üst 82dd6525
...@@ -120,16 +120,16 @@ $(eval $(call gb_CppunitTest_add_components,sc_filters_test,\ ...@@ -120,16 +120,16 @@ $(eval $(call gb_CppunitTest_add_components,sc_filters_test,\
xmlsecurity/util/xmlsecurity \ xmlsecurity/util/xmlsecurity \
)) ))
ifeq ($(ENABLE_XMLSEC),YES)
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
$(eval $(call gb_CppunitTest_add_components,sc_filters_test,\ $(eval $(call gb_CppunitTest_add_components,sc_filters_test,\
xmlsecurity/util/xsec_xmlsec.windows \ xmlsecurity/util/xsec_xmlsec.windows \
)) ))
else else
$(eval $(call gb_CppunitTest_add_components,sc_filters_test,\ $(eval $(call gb_CppunitTest_add_components,sc_filters_test,\
xmlsecurity/util/xsec_xmlsec \ xmlsecurity/util/xsec_xmlsec \
)) ))
endif
endif endif
$(eval $(call gb_CppunitTest_add_old_components,sc_filters_test,\ $(eval $(call gb_CppunitTest_add_old_components,sc_filters_test,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment