diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 13:39:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 13:39:00 +0300 |
commit | 1bf96da2063f87b9f6f1c68e02c09943c5f2af9e (patch) | |
tree | 8f3d4c6c5e20c8013652d4db4eb18ec17d6972a3 /libmhello | |
parent | 6c4046f09eee7ea1fffc2b410a9de8d4ffeb2e58 (diff) |
Redo header installation setup
Diffstat (limited to 'libmhello')
-rw-r--r-- | libmhello/libmhello/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmhello/libmhello/buildfile b/libmhello/libmhello/buildfile index 799e848..0121f24 100644 --- a/libmhello/libmhello/buildfile +++ b/libmhello/libmhello/buildfile @@ -12,4 +12,4 @@ else # Install into the libmhello/ subdirectory of, say, /usr/include/. # -install.include = $install.include/$project/ +{hxx ixx txx}{*}: install = include/$project/ |