summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2007-01-04 16:51:05 +0000
committerKim van der Riet <kpvdr@apache.org>2007-01-04 16:51:05 +0000
commitb064c1e6933a712be3c4efb3ffc22bdf2156d102 (patch)
tree2867adc11697a86d00d45a9328500495c8d1e956 /cpp
parent41aaf65c8a1337f3627b9b9466f667314f03b298 (diff)
downloadqpid-python-b064c1e6933a712be3c4efb3ffc22bdf2156d102.tar.gz
Changes to lick off the 0-9 generation. Note that the new spec file specs/amqp-nogen.0-9.xml causes the classes basic, file and stream not to generate. There are plenty of compile errors to sort through...
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@492634 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/gen/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/gen/Makefile.am b/cpp/gen/Makefile.am
index e8edb35c6f..ab98941bb5 100644
--- a/cpp/gen/Makefile.am
+++ b/cpp/gen/Makefile.am
@@ -16,7 +16,7 @@ if CAN_GENERATE_CODE
gentools_dir = $(srcdir)/../../gentools
spec_dir = $(srcdir)/../../specs
-spec = $(spec_dir)/amqp.0-8.xml
+spec = $(spec_dir)/amqp.0-9.xml $(spec_dir)/amqp-nogen.0-9.xml
gentools_srcdir = $(gentools_dir)/src/org/apache/qpid/gentools
$(BUILT_SOURCES) timestamp: $(spec) $(java_sources) $(cxx_templates)