diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-11-20 01:04:03 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-11-20 01:04:03 +0000 |
commit | 90594c0790b6af0b29426f64b85fa4916df5e239 (patch) | |
tree | d27378d9344769115c0211039aae97fdd513f7be /cpp/examples/xml-exchange | |
parent | 9022d18bbf269d800eeedce9aafc8bb7c9496b4f (diff) | |
download | qpid-python-90594c0790b6af0b29426f64b85fa4916df5e239.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/qpid@882373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/xml-exchange')
-rw-r--r-- | cpp/examples/xml-exchange/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/examples/xml-exchange/Makefile.am b/cpp/examples/xml-exchange/Makefile.am index aa450a32c2..e91cec370d 100644 --- a/cpp/examples/xml-exchange/Makefile.am +++ b/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) \ |