From 90594c0790b6af0b29426f64b85fa4916df5e239 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/qpid@882373 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/docs/api/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/docs/api') diff --git a/cpp/docs/api/Makefile.am b/cpp/docs/api/Makefile.am index 128c17ce9b..f65b4ad8b2 100644 --- a/cpp/docs/api/Makefile.am +++ b/cpp/docs/api/Makefile.am @@ -23,7 +23,7 @@ if HAVE_DOXYGEN -EXTRA_DIST = html user.doxygen developer.doxygen html.timestamp +EXTRA_DIST = html user.doxygen developer.doxygen html.timestamp CMakeLists.txt html: html.timestamp -- cgit v1.2.1