aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-28 16:34:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-28 16:34:29 +0200
commitb21048eda89b4a8289a93d56c6fb12d71999f538 (patch)
treed142944ba9586a72f712305aa5cd60007de6371c /odb
parent5d95de330770983af2d1c548fff5e224f7553d83 (diff)
Add out_root to include search path now that we auto-generate version
Diffstat (limited to 'odb')
-rw-r--r--odb/pgsql/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile
index 3875ac9..aea369d 100644
--- a/odb/pgsql/buildfile
+++ b/odb/pgsql/buildfile
@@ -61,7 +61,7 @@ cxx.poptions =+ "-I$out_root" "-I$src_root" -DLIBODB_PGSQL_BUILD2
obja{*}: cxx.poptions += -DLIBODB_PGSQL_STATIC_BUILD
objs{*}: cxx.poptions += -DLIBODB_PGSQL_SHARED_BUILD
-lib{odb-pgsql}: cxx.export.poptions = "-I$src_root" -DLIBODB_PGSQL_BUILD2
+lib{odb-pgsql}: cxx.export.poptions = "-I$out_root" "-I$src_root" -DLIBODB_PGSQL_BUILD2
liba{odb-pgsql}: cxx.export.poptions += -DLIBODB_PGSQL_STATIC
libs{odb-pgsql}: cxx.export.poptions += -DLIBODB_PGSQL_SHARED