diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-31 10:32:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-31 10:32:31 +0200 |
commit | 12d0fb176edd8220f80f706d3fdc33431e178695 (patch) | |
tree | db46f36595b19c8628e6dd4ca70d480d5002cb12 | |
parent | 6b6a7c9fea7778067172af0d61718b30efec116e (diff) |
Redo header installation setup
-rw-r--r-- | libbutl/buildfile | 7 |
1 files changed, 4 insertions, 3 deletions
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 |