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