diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 13:48:49 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 13:48:49 +0300 |
commit | f546dbce633ce0b266b47b9d5438e6434b53cd5e (patch) | |
tree | 38010abd2b412d6190e5b28792600c1601425612 /libmformat | |
parent | 8edcf89745f24e885b7fea2d3ccd8b4c5ffbd655 (diff) |
Redo header installation setup
Diffstat (limited to 'libmformat')
-rw-r--r-- | libmformat/libmformat/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmformat/libmformat/buildfile b/libmformat/libmformat/buildfile index 24acee5..1ca3d39 100644 --- a/libmformat/libmformat/buildfile +++ b/libmformat/libmformat/buildfile @@ -12,4 +12,4 @@ else # Install into the libmformat/ subdirectory of, say, /usr/include/. # -install.include = $install.include/$project/ +{hxx ixx txx}{*}: install = include/$project/ |