From f546dbce633ce0b266b47b9d5438e6434b53cd5e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 31 Jul 2017 13:48:49 +0300 Subject: Redo header installation setup --- libformat/libformat/buildfile | 2 +- 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/ -- cgit v1.1