summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2013-05-10 21:49:55 +0000
committerKim van der Riet <kpvdr@apache.org>2013-05-10 21:49:55 +0000
commitbbd03171f82fcc8efac2efb96c9d43c5bd3ce0c0 (patch)
treea47b89beda05d2b710618c7ebe772bfccdb0cdd5
parentec44e236b72061407ed1c6c7177893d4def0f820 (diff)
downloadqpid-python-bbd03171f82fcc8efac2efb96c9d43c5bd3ce0c0.tar.gz
NO_JIRA: Minor fix for error on some compilers "no newline at end of file"
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1481206 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/legacystore.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/legacystore.cmake b/qpid/cpp/src/legacystore.cmake
index d3c1ea7f7c..9d6876b8d6 100644
--- a/qpid/cpp/src/legacystore.cmake
+++ b/qpid/cpp/src/legacystore.cmake
@@ -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