From 467023d30ee2b0561d62853ef820cf87d6a353f2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 31 Jul 2017 13:49:12 +0300 Subject: Redo header installation setup --- libhello/libhello/buildfile | 2 +- libmhello/libmhello/buildfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libhello/libhello/buildfile b/libhello/libhello/buildfile index 0f84ca6..4b3ab81 100644 --- a/libhello/libhello/buildfile +++ b/libhello/libhello/buildfile @@ -23,4 +23,4 @@ lib{hello}: cxx.export.libs = $int_libs # Install into the libhello/ subdirectory of, say, /usr/include/. # -install.include = $install.include/$project/ +{hxx ixx txx}{*}: install = include/$project/ diff --git a/libmhello/libmhello/buildfile b/libmhello/libmhello/buildfile index 5b46722..627d126 100644 --- a/libmhello/libmhello/buildfile +++ b/libmhello/libmhello/buildfile @@ -16,4 +16,4 @@ lib{mhello}: cxx.export.libs = $int_libs # Install into the libmhello/ subdirectory of, say, /usr/include/. # -install.include = $install.include/$project/ +{hxx ixx txx}{*}: install = include/$project/ -- cgit v1.1