diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-01 17:52:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-02 01:13:20 +0300 |
commit | 1ad01675bd75b15ba44d8bd12b0ef28a6b8985fb (patch) | |
tree | 2efd259c783b621b33713b5fca334527dbb6d516 | |
parent | bdf887dd8900a3f0dbeaec24bbbcd402868a7428 (diff) |
Fix installation directory path for headers
-rw-r--r-- | odb/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/buildfile b/odb/buildfile index 3d47652..2cc8c38 100644 --- a/odb/buildfile +++ b/odb/buildfile @@ -33,7 +33,8 @@ libs{odb}: cxx.export.poptions += -DLIBODB_SHARED # Install into the odb/ subdirectory of, say, /usr/include/ recreating # subdirectories. # -install_include = include/odb/ +install_include = [dir_path] include/odb/ + {hxx ixx txx}{*}: install = $install_include {hxx ixx txx}{*}: install.subdirs = true |