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
commitb70ea2866935c500f4a3868043008b6398b6dec6 (patch)
tree57924e50632b54155a934ce3d56b924ca81b409b /cpp
parenta469755114ebc08ee5c147d470abba4af97939d1 (diff)
downloadqpid-python-b70ea2866935c500f4a3868043008b6398b6dec6.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