From 3680c8c90cc15ffb5139ef2b3d8bfc001c6329d8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 2 Aug 2017 13:58:57 +0300 Subject: Add support for build2-aware installation --- odb/pgsql/details/build2/config-stub.h | 6 ++++++ odb/pgsql/details/build2/config-vc-stub.h | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 odb/pgsql/details/build2/config-stub.h create mode 100644 odb/pgsql/details/build2/config-vc-stub.h (limited to 'odb/pgsql/details') 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 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 -- cgit v1.1