summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2006-12-22 18:26:40 +0000
committerKim van der Riet <kpvdr@apache.org>2006-12-22 18:26:40 +0000
commita71fc76d0f605d1faa76f8aec7b4498c168aec46 (patch)
treee9fc23ba70b75b2bb21d8fc50da8f7b088e9cb4e /cpp
parent2b22dcd63c9b0a3d914fff21abd78985059b326d (diff)
downloadqpid-python-a71fc76d0f605d1faa76f8aec7b4498c168aec46.tar.gz
File tidy-up for AMQP version code: Removed old XSLT files; moved cluster.asl into spec directory; renamed spec files to better reflect version notation; updated java, c++ and python files to reference new names.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489715 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 b0a324978a..e8edb35c6f 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-8.0.xml
+spec = $(spec_dir)/amqp.0-8.xml
gentools_srcdir = $(gentools_dir)/src/org/apache/qpid/gentools
$(BUILT_SOURCES) timestamp: $(spec) $(java_sources) $(cxx_templates)