diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-10-22 16:49:14 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-10-22 16:49:14 +0000 |
| commit | fee3cf40e16b6a33f21f109f5e42eaf6726c65bc (patch) | |
| tree | 359f6f646053023ae85028ba293c2f4ceae4c7f6 /cpp/bindings | |
| parent | 24d6f23654722f616f5f2904d87c4e331f66a474 (diff) | |
| download | qpid-python-fee3cf40e16b6a33f21f109f5e42eaf6726c65bc.tar.gz | |
NO-JIRA: Add files missed from EXTRA_DISTS from both the recent amqp 1.0 work and the recent cmake work
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1400948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings')
| -rw-r--r-- | cpp/bindings/qmf/Makefile.am | 2 | ||||
| -rw-r--r-- | cpp/bindings/qmf2/Makefile.am | 2 | ||||
| -rw-r--r-- | cpp/bindings/qpid/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cpp/bindings/qmf/Makefile.am b/cpp/bindings/qmf/Makefile.am index dd77ab080c..eebb4b94de 100644 --- a/cpp/bindings/qmf/Makefile.am +++ b/cpp/bindings/qmf/Makefile.am @@ -19,7 +19,7 @@ if HAVE_SWIG -EXTRA_DIST = CMakeLists.txt qmfengine.i +EXTRA_DIST = qmfengine.i SUBDIRS = tests if HAVE_RUBY_DEVEL diff --git a/cpp/bindings/qmf2/Makefile.am b/cpp/bindings/qmf2/Makefile.am index 9a03a5cd21..52b1bbd457 100644 --- a/cpp/bindings/qmf2/Makefile.am +++ b/cpp/bindings/qmf2/Makefile.am @@ -19,7 +19,7 @@ if HAVE_SWIG -EXTRA_DIST = CMakeLists.txt qmf2.i +EXTRA_DIST = qmf2.i SUBDIRS = examples/cpp if HAVE_RUBY_DEVEL diff --git a/cpp/bindings/qpid/Makefile.am b/cpp/bindings/qpid/Makefile.am index ae81696f27..96e2a58414 100644 --- a/cpp/bindings/qpid/Makefile.am +++ b/cpp/bindings/qpid/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = dotnet if HAVE_SWIG -EXTRA_DIST = CMakeLists.txt qpid.i +EXTRA_DIST = qpid.i if HAVE_RUBY_DEVEL SUBDIRS += ruby |
