aboutsummaryrefslogtreecommitdiff
path: root/butl/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-05-14 16:34:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-05-14 16:34:43 +0200
commit26be36a43e7d209faf63a286331f82ab74198d4e (patch)
treec2a0951e18cd62b874d3a956e55192af26c65215 /butl/buildfile
parent7806c39ecc92055cd338749148fda51b2dc01691 (diff)
Fix source file order in buildfile
Diffstat (limited to 'butl/buildfile')
-rw-r--r--butl/buildfile2
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 } \