From 0b9a1572d25860399e2300a5860fea31b5aa00ee Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 1 May 2009 21:50:06 +0000 Subject: 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 --- cpp/examples/direct/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpp/examples/direct/Makefile.am') 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 -- cgit v1.2.1