From b0846152c522c859bee2fbce55721d7b79264848 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Nov 2009 18:17:22 +0200 Subject: Add XML compression example --- build/configuration.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build/configuration.make') 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) -- cgit v1.1