aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/library/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/hybrid/library/makefile')
-rw-r--r--dist/examples/cxx/hybrid/library/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/examples/cxx/hybrid/library/makefile b/dist/examples/cxx/hybrid/library/makefile
index be92939..2b1e09e 100644
--- a/dist/examples/cxx/hybrid/library/makefile
+++ b/dist/examples/cxx/hybrid/library/makefile
@@ -38,7 +38,8 @@ library-simpl.o: library-simpl.cxx
%.hxx %.cxx %-pskel.hxx %-pskel.cxx %-pimpl.hxx %-pimpl.cxx \
%-sskel.hxx %-sskel.cxx %-simpl.hxx %-simpl.cxx: %.xsd
$(root)/bin/xsde cxx-hybrid $(XSDFLAGS) $(EXTRA_XSDFLAGS) \
---generate-parser --generate-serializer --generate-aggregate $<
+--generate-parser --generate-serializer --generate-aggregate \
+--omit-default-attributes $<
# Test.
#