diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-20 08:48:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-20 08:48:58 +0200 |
commit | 66aa08841aa5a920793264aba6b2b2aa6e271325 (patch) | |
tree | 16a0639372ee4e1573e54ec5f2e8c5444fcda2d1 | |
parent | 58e44f2cdad782fd9c5cf177c2bb1ca8a86c0e15 (diff) |
Minor buildfile tweak
-rw-r--r-- | libhello/libhello/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhello/libhello/buildfile b/libhello/libhello/buildfile index 76d079f..52ca860 100644 --- a/libhello/libhello/buildfile +++ b/libhello/libhello/buildfile @@ -18,4 +18,4 @@ libs{hello}: cxx.export.poptions += -DLIBHELLO_SHARED # Install into the libhello/ subdirectory of, say, /usr/include/. # -install.include = $install.include/libhello/ +install.include = $install.include/$project/ |