diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-31 10:34:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-31 10:34:05 +0200 |
commit | bd07b36dcb7da193224cb54ce5d227927473867f (patch) | |
tree | 7ef5424c68f7c0527c1af52111981ec50401a906 | |
parent | 7d1107adad086ec56ea2ad3aa312508fdf708ff7 (diff) |
Redo header installation setup
-rw-r--r-- | libbpkg/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpkg/buildfile b/libbpkg/buildfile index 17ec0bd..ebca322 100644 --- a/libbpkg/buildfile +++ b/libbpkg/buildfile @@ -29,4 +29,4 @@ lib{bpkg}: cxx.export.libs = $int_libs # Install into the libbpkg/ subdirectory of, say, /usr/include/. # -install.include = $install.include/libbpkg/ +{hxx ixx txx}{*}: install = include/libbpkg/ |