diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 17:42:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 17:42:22 +0200 |
commit | 956d26d4620797d3b5c725e4f51b52810ff375ef (patch) | |
tree | 34c6e365f426671bebc06e473f6e2a7a43adec3c /butl/buildfile | |
parent | af21d875f6648b84296be29d5aee07973c95da4d (diff) |
Add missing files to buildfile
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |