summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2011-03-31 15:33:20 +0000
committerStephen D. Huston <shuston@apache.org>2011-03-31 15:33:20 +0000
commit43e3b443abccff85d7c26370691ae33a48e2ce55 (patch)
tree80146eeefd14235ae0fcde99e3f9fc274b7d3cb5
parent0829f289a465c74904144191a11d77c1a132a416 (diff)
downloadqpid-python-43e3b443abccff85d7c26370691ae33a48e2ce55.tar.gz
Add missing CMakeLists.txt to files to distribute. Fixes QPID-3176.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1087341 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/examples/old_api/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/old_api/Makefile.am b/qpid/cpp/examples/old_api/Makefile.am
index 466eee22e1..04216ffa97 100644
--- a/qpid/cpp/examples/old_api/Makefile.am
+++ b/qpid/cpp/examples/old_api/Makefile.am
@@ -36,7 +36,7 @@ $(MAKEDIST): Makefile
examplesdir=$(pkgdatadir)/examples/old_api
dist_examples_DATA = $(MAKEDIST)
-EXTRA_DIST = README.verify verify verify_all
+EXTRA_DIST = README.verify verify verify_all CMakeLists.txt
# For older versions of automake
abs_top_srcdir = @abs_top_srcdir@