From 0ef15cee352ac6d694543d2e3e55a1c9d288b91a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 4 May 2018 00:06:37 +0300 Subject: Adjust to new scope syntax --- build/export.build | 2 +- odb/pgsql/buildfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/export.build b/build/export.build index 1e448cf..01a8299 100644 --- a/build/export.build +++ b/build/export.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file -$out_root/: +$out_root/ { include odb/pgsql/ } diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile index 58076c9..09bd58c 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/buildfile @@ -36,7 +36,7 @@ libs{odb-pgsql}: cxx.export.poptions += -DLIBODB_PGSQL_SHARED lib{odb-pgsql}: cxx.export.libs = $int_libs -details/: +details/ { if $cli.configured { @@ -75,7 +75,7 @@ hxx{version}@./: install = false hxx{version-build2}: install = $install_include/version.hxx hxx{version-build2-stub}@./: install = $install_include/version-build2.hxx -details/build2/: +details/build2/ { h{*}: install = false -- cgit v1.1