From f34833363dfe046ce12d8a17ded246ba0d15d925 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Nov 2015 18:10:28 +0200 Subject: Add install support --- butl/buildfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'butl/buildfile') 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 -- cgit v1.1