diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 13:46:38 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 13:46:38 +0300 |
commit | ebad659bbd8cfec9fca3c73b524301d751503161 (patch) | |
tree | 43333c09e9fa96d0a99f6ea277c61b59bf6a70eb | |
parent | ea5399ade5eea4b9e8efd4aa753a26ba1568afaa (diff) |
Redo header installation setup
-rw-r--r-- | libbbot/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbbot/buildfile b/libbbot/buildfile index f1eff4c..2806c75 100644 --- a/libbbot/buildfile +++ b/libbbot/buildfile @@ -29,4 +29,4 @@ lib{bbot}: cxx.export.libs = $int_libs # Install into the libbbot/ subdirectory of, say, /usr/include/. # -install.include = $install.include/libbbot/ +{hxx ixx txx}{*}: install = include/libbbot/ |