diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 18:06:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 18:06:41 +0200 |
commit | f76833097e9b02dd1a7ec09d3f467bb3480262a7 (patch) | |
tree | 4deb54aec4c0e82a3be348706a9566ce7a695419 /bpkg/buildfile | |
parent | f26a94d4895cdaeecddf01d923b9c65547ac9d27 (diff) |
Add support for install
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r-- | bpkg/buildfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index 4ca2839..9b657e4 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -13,3 +13,7 @@ $libs cxx.poptions += -I$src_root lib{bpkg}: cxx.export.poptions = -I$src_root + +# Install into the bpkg/ subdirectory of, say, /usr/include/. +# +install.include = $install.include/bpkg |