aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/details
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-08-02 13:58:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-08-02 13:58:57 +0300
commit3680c8c90cc15ffb5139ef2b3d8bfc001c6329d8 (patch)
treea5be8be60ad1f89a3d1f0edba60fdc9cb36f3903 /odb/pgsql/details
parent814f044c8a0f297a7bfa98b4eaf820d213187d9c (diff)
Add support for build2-aware installation
Diffstat (limited to 'odb/pgsql/details')
-rw-r--r--odb/pgsql/details/build2/config-stub.h6
-rw-r--r--odb/pgsql/details/build2/config-vc-stub.h6
2 files changed, 12 insertions, 0 deletions
diff --git a/odb/pgsql/details/build2/config-stub.h b/odb/pgsql/details/build2/config-stub.h
new file mode 100644
index 0000000..3d7b3bc
--- /dev/null
+++ b/odb/pgsql/details/build2/config-stub.h
@@ -0,0 +1,6 @@
+/* file : odb/pgsql/details/build2/config-stub.h
+ * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+ * license : GNU GPL v2; see accompanying LICENSE file
+ */
+
+#include <odb/pgsql/details/config.h>
diff --git a/odb/pgsql/details/build2/config-vc-stub.h b/odb/pgsql/details/build2/config-vc-stub.h
new file mode 100644
index 0000000..7e13275
--- /dev/null
+++ b/odb/pgsql/details/build2/config-vc-stub.h
@@ -0,0 +1,6 @@
+/* file : odb/pgsql/details/build2/config-vc-stub.h
+ * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+ * license : GNU GPL v2; see accompanying LICENSE file
+ */
+
+#include <odb/pgsql/details/config-vc.h>