diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-05-14 16:34:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-05-14 16:34:43 +0200 |
commit | 26be36a43e7d209faf63a286331f82ab74198d4e (patch) | |
tree | c2a0951e18cd62b874d3a956e55192af26c65215 | |
parent | 7806c39ecc92055cd338749148fda51b2dc01691 (diff) |
Fix source file order in buildfile
-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 } \ |