summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2013-05-10 21:43:27 +0000
committerKim van der Riet <kpvdr@apache.org>2013-05-10 21:43:27 +0000
commitc26272aeeacc07c637b71b3c1c6a92ee7f074865 (patch)
tree57924e50632b54155a934ce3d56b924ca81b409b /cpp
parent77b865263496fbecb4c0928b141b07a036c78488 (diff)
downloadqpid-python-c26272aeeacc07c637b71b3c1c6a92ee7f074865.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/trunk/qpid@1481198 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/legacystore.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/legacystore.cmake b/cpp/src/legacystore.cmake
index d3c1ea7f7c..9d6876b8d6 100644
--- a/cpp/src/legacystore.cmake
+++ b/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