From 956d26d4620797d3b5c725e4f51b52810ff375ef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 23 Apr 2016 17:42:22 +0200 Subject: Add missing files to buildfile --- butl/buildfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'butl/buildfile') diff --git a/butl/buildfile b/butl/buildfile index a92f4a9..bbec7a9 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -19,8 +19,14 @@ lib{butl}: \ {hxx cxx}{ timestamp } \ {hxx cxx}{ triplet } \ {hxx }{ utility } \ +{hxx }{ vector-view } \ {hxx }{ version } +# This one is included into sha256.cxx so treat it as file to exclude +# from the compilation. +# +lib{butl}: file{sha256c.c} + cxx.poptions =+ -I$src_root lib{butl}: cxx.export.poptions = -I$src_root -- cgit v1.1