diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/gen/Makefile.am | 2 |
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) |