summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2011-04-01 14:52:50 +0000
committerStephen D. Huston <shuston@apache.org>2011-04-01 14:52:50 +0000
commitc8f291a1c5b869ca812e6f33968f3697f1cf30c4 (patch)
treed926f792f0ab64c9c1c2ed5f1c15a20de625e546
parent11ffd788dc4aa9e3eb36d8052193418af5ae47bf (diff)
downloadqpid-python-c8f291a1c5b869ca812e6f33968f3697f1cf30c4.tar.gz
Merged r1087341 from trunk to add missing CMakeLists.txt to files to distribute. Fixes QPID-3176.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1087729 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@