diff options
-rw-r--r-- | butl/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/buildfile b/butl/buildfile index d214fd3..db33ef7 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -14,8 +14,8 @@ lib{butl}: \ {hxx }{ path-io } \ {hxx }{ path-map } \ {hxx txx }{ prefix-map } \ -{hxx cxx}{ sha256 } \ {hxx ixx cxx}{ process } \ +{hxx cxx}{ sha256 } \ {hxx txx }{ string-table } \ {hxx cxx}{ timestamp } \ {hxx cxx}{ triplet } \ |