diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-25 11:53:11 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-26 14:19:50 +0300 |
commit | 1bea889fd59b4ac3a32232e8f7a9ba34506717dc (patch) | |
tree | 1f67ea3eb8f1ee9eab528a4ca57ce27530ed8bd3 /butl/buildfile | |
parent | aef93c360bb8de3dd49138e9f9a065ef631a303c (diff) |
Add standard_version class
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/butl/buildfile b/butl/buildfile index 75217fa..04e6e09 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -28,6 +28,7 @@ lib{butl}: \ {hxx ixx cxx}{ sendmail } \ {hxx cxx}{ sha256 } \ {hxx }{ small-vector } \ + {hxx ixx cxx}{ standard-version } \ {hxx cxx}{ string-parser } \ {hxx txx }{ string-table } \ {hxx cxx}{ tab-parser } \ |