summaryrefslogtreecommitdiff
path: root/cpp/examples
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
commit17a05e0992f57b85bf31532e49a63f78af463004 (patch)
tree164bba8e4db9013ddf453fcdade94cce2aaf8901 /cpp/examples
parent833a20249c22a65d7b0b1ee8e2e38d7ac03e2c23 (diff)
downloadqpid-python-17a05e0992f57b85bf31532e49a63f78af463004.tar.gz
Add missing CMakeLists.txt to files to distribute. Fixes QPID-3176.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1087341 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
-rw-r--r--cpp/examples/old_api/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/old_api/Makefile.am b/cpp/examples/old_api/Makefile.am
index 466eee22e1..04216ffa97 100644
--- a/cpp/examples/old_api/Makefile.am
+++ b/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@