diff options
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 |