diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 13:46:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 13:46:05 +0300 |
commit | 6849545fd2468292656ba94b01d1e2d25d22d7bc (patch) | |
tree | 9b75d8fde77ffcca69858510f35a595d345ca786 | |
parent | c7a2f7b58791832e148b390583ca3d6785542dc3 (diff) |
Redo header installation setup
-rw-r--r-- | libbrep/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/buildfile b/libbrep/buildfile index 909e281..ede529b 100644 --- a/libbrep/buildfile +++ b/libbrep/buildfile @@ -41,4 +41,4 @@ lib{brep}: cxx.export.libs = $int_libs # Install into the libbrep/ subdirectory of, say, /usr/include/. # -install.include = $install.include/libbrep/ +{hxx ixx txx}{*}: install = include/libbrep/ |