diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-02 01:27:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-02 01:27:27 +0300 |
commit | 71395fa2825b82c31702d58d3b2e7fb61ee48108 (patch) | |
tree | 6d28d72c06a2fd846d9b38bbd67631cdf9dd8445 | |
parent | d1858f707896ce95b913098b0150f1d91480edd8 (diff) |
Fix installation directory path for headers
-rw-r--r-- | odb/pgsql/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile index 07d9b0f..bd502ad 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/buildfile @@ -55,7 +55,8 @@ details/: # Install into the odb/pgsql/ subdirectory of, say, /usr/include/ recreating # subdirectories. # -install_include = include/odb/pgsql/ +install_include = [dir_path] include/odb/pgsql/ + {hxx ixx txx}{*}: install = $install_include {hxx ixx txx}{*}: install.subdirs = true |