diff options
Diffstat (limited to 'bpkg')
-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 |