summaryrefslogtreecommitdiff
path: root/build/configuration.make
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-27 18:17:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-27 18:17:22 +0200
commitb0846152c522c859bee2fbce55721d7b79264848 (patch)
tree6e3daedf516d67d54d344af92193cb03ab18d9c4 /build/configuration.make
parent9e77d565b3b817ceb427d7ffc2c71fd7ffe5d169 (diff)
Add XML compression example
Diffstat (limited to 'build/configuration.make')
-rw-r--r--build/configuration.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/configuration.make b/build/configuration.make
index 49cd176..864a54e 100644
--- a/build/configuration.make
+++ b/build/configuration.make
@@ -5,9 +5,9 @@
$(call include-once,$(scf_root)/configuration-rules.make,$(dcf_root))
-
# Dynamic configuration.
#
+xsd_with_zlib :=
xsd_with_ace :=
xsd_with_xdr :=
xsd_with_dbxml :=
@@ -17,8 +17,9 @@ xsd_with_boost_serialization :=
$(call -include,$(dcf_root)/configuration-dynamic.make)
-ifdef xsd_with_ace
+ifdef xsd_with_zlib
+$(out_root)/%: xsd_with_zlib := $(xsd_with_zlib)
$(out_root)/%: xsd_with_ace := $(xsd_with_ace)
$(out_root)/%: xsd_with_xdr := $(xsd_with_xdr)
$(out_root)/%: xsd_with_dbxml := $(xsd_with_dbxml)