diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 18:10:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 18:10:28 +0200 |
commit | f34833363dfe046ce12d8a17ded246ba0d15d925 (patch) | |
tree | e04898bbf21d74a4f40d82f550f76e5bb283c36c /butl | |
parent | fa43659aff787e05e78423f911377e9c4445e103 (diff) |
Add install support
Diffstat (limited to 'butl')
-rw-r--r-- | butl/buildfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/butl/buildfile b/butl/buildfile index e9820fe..a8b1465 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -19,3 +19,7 @@ lib{butl}: \ cxx.poptions += -I$src_root lib{butl}: cxx.export.poptions = -I$src_root + +# Install into the butl/ subdirectory of, say, /usr/include/. +# +install.include = $install.include/butl |