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 | |
parent | 8edcf89745f24e885b7fea2d3ccd8b4c5ffbd655 (diff) |
Redo header installation setup
-rw-r--r-- | libformat/libformat/buildfile | 2 | ||||
-rw-r--r-- | libmformat/libmformat/buildfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libformat/libformat/buildfile b/libformat/libformat/buildfile index 55c918a..fc342d4 100644 --- a/libformat/libformat/buildfile +++ b/libformat/libformat/buildfile @@ -18,4 +18,4 @@ libs{format}: cxx.export.poptions += -DLIBFORMAT_SHARED # Install into the libformat/ subdirectory of, say, /usr/include/. # -install.include = $install.include/$project/ +{hxx ixx txx}{*}: install = include/$project/ 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/ |