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 | a402b15351229196e87647fc777b7f2dc1670922 (patch) | |
| tree | 6af0d0c6e863b0086de85e765ac1fb9200893713 /qpid/cpp/managementgen | |
| parent | df5ccab61279c6a2efe61df5e9d0791e944e66b8 (diff) | |
| download | qpid-python-a402b15351229196e87647fc777b7f2dc1670922.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@1197326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/managementgen')
| -rw-r--r-- | qpid/cpp/managementgen/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/managementgen/Makefile.am b/qpid/cpp/managementgen/Makefile.am index 4fc5edcad4..e7a9d87eab 100644 --- a/qpid/cpp/managementgen/Makefile.am +++ b/qpid/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 \ |
