aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-29 16:54:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-29 16:54:40 +0200
commitc5cece92dab1595fdc84c7b19a767218dae31acf (patch)
treea01f0dc474b2ba6ee5371bfd2975d0646ee363b0 /odb/sqlite/version.hxx
parent17e417d9c1ef48245bbb86386856524278c49128 (diff)
Add parallel version headers for build2
Diffstat (limited to 'odb/sqlite/version.hxx')
-rw-r--r--odb/sqlite/version.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/sqlite/version.hxx b/odb/sqlite/version.hxx
index 33ca611..4d9758f 100644
--- a/odb/sqlite/version.hxx
+++ b/odb/sqlite/version.hxx
@@ -2,6 +2,10 @@
// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
+#ifdef LIBODB_SQLITE_BUILD2
+# include <odb/sqlite/version-build2.hxx>
+#else
+
#ifndef ODB_SQLITE_VERSION_HXX
#define ODB_SQLITE_VERSION_HXX
@@ -41,3 +45,4 @@
#include <odb/post.hxx>
#endif // ODB_SQLITE_VERSION_HXX
+#endif // LIBODB_SQLITE_BUILD2