summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/xml-exchange
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-11-20 01:04:03 +0000
committerStephen D. Huston <shuston@apache.org>2009-11-20 01:04:03 +0000
commit950f4b40bfc05db37d91d960cda163f557dd5e50 (patch)
tree0b198880536d57ad0e5f199feba20e2c40682a76 /qpid/cpp/examples/xml-exchange
parenta420d41e0c1753a6fae347b3980db4bd11a24cc7 (diff)
downloadqpid-python-950f4b40bfc05db37d91d960cda163f557dd5e50.tar.gz
Removed the Visual Studio solution/project files, as these are now generated by CMake. Added CMakeLists.txt files to Makefile.am, and all other needed support files so that the 'make dist' supplies all needed items for building a release kit on Windows. Fixes QPID-2134
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/xml-exchange')
-rw-r--r--qpid/cpp/examples/xml-exchange/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/examples/xml-exchange/Makefile.am b/qpid/cpp/examples/xml-exchange/Makefile.am
index aa450a32c2..e91cec370d 100644
--- a/qpid/cpp/examples/xml-exchange/Makefile.am
+++ b/qpid/cpp/examples/xml-exchange/Makefile.am
@@ -33,7 +33,8 @@ listener_SOURCES=listener.cpp
listener_LDADD=$(CLIENT_LIB)
EXTRA_DIST= \
- README
+ README \
+ CMakeLists.txt
examples_DATA= \
$(EXTRA_DIST) \