diff options
author | Stephen D. Huston <shuston@apache.org> | 2011-03-31 15:33:20 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2011-03-31 15:33:20 +0000 |
commit | abd02052dd4adfefd8b39e326c0a810b1c0ac460 (patch) | |
tree | 164bba8e4db9013ddf453fcdade94cce2aaf8901 /cpp/examples | |
parent | 5213f955159dd2067e9d9769bb35e3f69c38cf2f (diff) | |
download | qpid-python-abd02052dd4adfefd8b39e326c0a810b1c0ac460.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.am | 2 |
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@ |