aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-03 18:02:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-03 18:02:52 +0200
commit63db167609165b5a4af0f3b0dbdaf3f2fdbe6dbc (patch)
treea0b1654fbde29b0a926cc638a8777cb20cdcbe31
parent0c3aa2e327c9599a768761d549844520a86bfc94 (diff)
Add hxx{version} to buildfile
-rw-r--r--butl/buildfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/butl/buildfile b/butl/buildfile
index a8b1465..f016581 100644
--- a/butl/buildfile
+++ b/butl/buildfile
@@ -15,7 +15,8 @@ lib{butl}: \
{hxx ixx cxx}{ process } \
{hxx txx }{ string-table } \
{hxx cxx}{ timestamp } \
-{hxx }{ utility }
+{hxx }{ utility } \
+{hxx }{ version }
cxx.poptions += -I$src_root
lib{butl}: cxx.export.poptions = -I$src_root