diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-05-01 21:50:06 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-05-01 21:50:06 +0000 |
commit | 0b9a1572d25860399e2300a5860fea31b5aa00ee (patch) | |
tree | d8db289e3b0dc99152c9f7e2aaf974a8b0b74990 /cpp/examples/direct | |
parent | 0bd20c1da69d0b809e1ae9948f86aa9debb94255 (diff) | |
download | qpid-python-0b9a1572d25860399e2300a5860fea31b5aa00ee.tar.gz |
Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases; fixes QPID-1836
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@770833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/direct')
-rw-r--r-- | cpp/examples/direct/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/examples/direct/Makefile.am b/cpp/examples/direct/Makefile.am index 8f220d1b7e..d817c0b85c 100644 --- a/cpp/examples/direct/Makefile.am +++ b/cpp/examples/direct/Makefile.am @@ -44,5 +44,7 @@ EXTRA_DIST= \ verify_cpp_python \ verify_cpp_python.in \ verify_python_cpp \ - verify_python_cpp.in - + verify_python_cpp.in \ + direct_declare_queues.vcproj \ + direct_direct_producer.vcproj \ + direct_listener.vcproj |