From 12d0fb176edd8220f80f706d3fdc33431e178695 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 31 Jul 2017 10:32:31 +0200 Subject: Redo header installation setup --- libbutl/buildfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libbutl/buildfile') diff --git a/libbutl/buildfile b/libbutl/buildfile index a540ff0..12fb5ec 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -48,7 +48,8 @@ if ($cxx.target.class == "windows") else cxx.libs += -lpthread -# Install into the libbutl/ subdirectory of, say, /usr/include/. +# Install into the libbutl/ subdirectory of, say, /usr/include/ recreating +# subdirectories. # -install.include = $install.include/libbutl/ -install.include.subdirs = true # Recreate subdirectories. +{hxx ixx txx}{*}: install = include/libbutl/ +{hxx ixx txx}{*}: install.subdirs = true -- cgit v1.1