diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 16:34:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 16:34:29 +0200 |
commit | b21048eda89b4a8289a93d56c6fb12d71999f538 (patch) | |
tree | d142944ba9586a72f712305aa5cd60007de6371c | |
parent | 5d95de330770983af2d1c548fff5e224f7553d83 (diff) |
Add out_root to include search path now that we auto-generate version
-rw-r--r-- | odb/pgsql/buildfile | 2 |
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 |