You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Angus Salkeld <as...@redhat.com> on 2011/05/30 05:38:21 UTC

[PATCH] make sure templates are placed in qmfgen/templates/

Signed-off-by: Angus Salkeld <as...@redhat.com>
---
 qpid/cpp/managementgen/Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/qpid/cpp/managementgen/Makefile.am b/qpid/cpp/managementgen/Makefile.am
index 8769200..075fb29 100644
--- a/qpid/cpp/managementgen/Makefile.am
+++ b/qpid/cpp/managementgen/Makefile.am
@@ -24,6 +24,10 @@ pkgpyexec_qmfgen_PYTHON = \
 	qmfgen/__init__.py \
 	qmfgen/generate.py \
 	qmfgen/schema.py \
+	qmfgen/management-types.xml
+
+pkgpyexec_qmfgen_templatesdir = $(pyexecdir)/qmfgen/templates
+pkgpyexec_qmfgen_templates_DATA = \
 	qmfgen/templates/Args.h \
 	qmfgen/templates/Class.cpp \
 	qmfgen/templates/Class.h \
@@ -33,7 +37,6 @@ pkgpyexec_qmfgen_PYTHON = \
 	qmfgen/templates/Package.cpp \
 	qmfgen/templates/Package.h \
 	qmfgen/templates/V2Package.cpp \
-	qmfgen/templates/V2Package.h \
-	qmfgen/management-types.xml
+	qmfgen/templates/V2Package.h
 
 EXTRA_DIST = $(nobase_qmfpython_DATA) CMakeLists.txt
-- 
1.7.5.2


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org