diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2011-11-03 22:11:11 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2011-11-03 22:11:11 +0000 |
| commit | 2fc38cd8ec6aac9eb9579658dcabe06d6ddc8a90 (patch) | |
| tree | d892cb2e03e5aa0229b2173a383f66dd5311f8e7 /cpp/managementgen | |
| parent | c726e43c2af896ed47c7acd420e193ac9131a0ff (diff) | |
| download | qpid-python-2fc38cd8ec6aac9eb9579658dcabe06d6ddc8a90.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.am | 4 |
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 \ |
