Author: kpvdr
Date: Fri May 10 21:49:55 2013
New Revision: 1481206
URL: http://svn.apache.org/r1481206
Log:
NO_JIRA: Minor fix for error on some compilers "no newline at end of file"
Modified:
qpid/branches/0.22/qpid/cpp/src/legacystore.cmake
Modified: qpid/branches/0.22/qpid/cpp/src/legacystore.cmake
URL:
http://svn.apache.org/viewvc/qpid/branches/0.22/qpid/cpp/src/legacystore.cmake?rev=1481206&r1=1481205&r2=1481206&view=diff
==============================================================================
--- qpid/branches/0.22/qpid/cpp/src/legacystore.cmake (original)
+++ qpid/branches/0.22/qpid/cpp/src/legacystore.cmake Fri May 10 21:49:55 2013
@@ -129,7 +129,7 @@ if (BUILD_LEGACYSTORE)
message(STATUS "Including BDB from ${DB_INCLUDE_DIR}/db_cxx.h")
file(WRITE
${CMAKE_CURRENT_BINARY_DIR}/db-inc.h
- "#include <${DB_INCLUDE_DIR}/db_cxx.h>")
+ "#include <${DB_INCLUDE_DIR}/db_cxx.h>\n")
endif()
add_library (legacystore MODULE
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]