Added target "all_stable_with_ssl" to check compilation with ssl enabled.

This commit is contained in:
2015-08-26 13:38:50 +02:00
parent 389975e409
commit 1796d9631f

View File

@@ -64,4 +64,9 @@
<root all_classes="true"/>
<setting name="platform" value="unix"/>
</target>
<target name="all_stable_with_ssl" extends="all_stable">
<description>Compiling with ssl enabled</description>
<root all_classes="true"/>
<variable name="httpd_ssl_enabled" value="true"/>
</target>
</system>