diff options
| author | Charles E. Rolke <chug@apache.org> | 2011-02-23 02:31:34 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2011-02-23 02:31:34 +0000 |
| commit | 16504e76cb5ebe4e3b0832804e2541335b64e5ea (patch) | |
| tree | 9c89f64446733eb25ad7a8ba4e90fb26d7e0e44e /cpp/bindings/qpid/python | |
| parent | 9e166cb4cef797f88a0571b0ee63b9734653d0d9 (diff) | |
| download | qpid-python-16504e76cb5ebe4e3b0832804e2541335b64e5ea.tar.gz | |
QPID-3061 Discrepancies between Cmake and Automake
Add four CMakeLists.txt files to automake so that the files
are copied into the qpid-cpp source distribution kit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1073580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/python')
| -rw-r--r-- | cpp/bindings/qpid/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qpid/python/Makefile.am b/cpp/bindings/qpid/python/Makefile.am index 7fa4106be0..9aef179db7 100644 --- a/cpp/bindings/qpid/python/Makefile.am +++ b/cpp/bindings/qpid/python/Makefile.am @@ -25,7 +25,7 @@ generated_file_list = \ cqpid.cpp \ cqpid.py -EXTRA_DIST = python.i +EXTRA_DIST = CMakeLists.txt python.i BUILT_SOURCES = $(generated_file_list) SWIG_FLAGS = -w362,401 |
