From 950f4b40bfc05db37d91d960cda163f557dd5e50 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 20 Nov 2009 01:04:03 +0000 Subject: 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 --- qpid/cpp/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/examples/Makefile.am') diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index b526424e2a..8fb66c89b6 100644 --- a/qpid/cpp/examples/Makefile.am +++ b/qpid/cpp/examples/Makefile.am @@ -37,7 +37,7 @@ $(MAKEDIST): Makefile examplesdir=$(pkgdatadir)/examples dist_examples_DATA = README.txt $(MAKEDIST) -EXTRA_DIST = README.verify verify verify_all examples.sln +EXTRA_DIST = README.verify verify verify_all examples.sln CMakeLists.txt # For older versions of automake abs_top_srcdir = @abs_top_srcdir@ -- cgit v1.2.1