summaryrefslogtreecommitdiff
path: root/cpp/managementgen
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2011-11-03 22:11:11 +0000
committerAndrew Stitcher <astitcher@apache.org>2011-11-03 22:11:11 +0000
commit21dcb7d609d9ce3ed517c6d27e95448154abf9fa (patch)
treed892cb2e03e5aa0229b2173a383f66dd5311f8e7 /cpp/managementgen
parent39e73a3b7b26dfa95814c3e2d569dd8522f25c2e (diff)
downloadqpid-python-21dcb7d609d9ce3ed517c6d27e95448154abf9fa.tar.gz
QPID-3464: Build Improvements (autotools) [inspired by Jan-Marek Glogowski]
- Simplified the python binding build QPID-3458: Install compiled _cqpid.so for SWIG python bindings in site-packages directory - Put the generated .pyc/.pyo and native .so in the correct place in the install tree git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1197326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/managementgen')
-rw-r--r--cpp/managementgen/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/managementgen/Makefile.am b/cpp/managementgen/Makefile.am
index 4fc5edcad4..e7a9d87eab 100644
--- a/cpp/managementgen/Makefile.am
+++ b/cpp/managementgen/Makefile.am
@@ -20,14 +20,14 @@ qmfpythondir = $(pythondir)
dist_bin_SCRIPTS = \
qmf-gen
-pkgpyexec_qmfgendir = $(pyexecdir)/qmfgen
+pkgpyexec_qmfgendir = $(pythondir)/qmfgen
pkgpyexec_qmfgen_PYTHON = \
qmfgen/__init__.py \
qmfgen/generate.py \
qmfgen/schema.py \
qmfgen/management-types.xml
-pkgpyexec_qmfgentmpldir = $(pyexecdir)/qmfgen/templates
+pkgpyexec_qmfgentmpldir = $(pythondir)/qmfgen/templates
pkgpyexec_qmfgentmpl_PYTHON = \
qmfgen/templates/Args.h \
qmfgen/templates/Class.cpp \