aboutsummaryrefslogtreecommitdiff
path: root/butl/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-30 18:10:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-30 18:10:28 +0200
commitf34833363dfe046ce12d8a17ded246ba0d15d925 (patch)
treee04898bbf21d74a4f40d82f550f76e5bb283c36c /butl/buildfile
parentfa43659aff787e05e78423f911377e9c4445e103 (diff)
Add install support
Diffstat (limited to 'butl/buildfile')
-rw-r--r--butl/buildfile4
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