From 63db167609165b5a4af0f3b0dbdaf3f2fdbe6dbc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Dec 2015 18:02:52 +0200 Subject: Add hxx{version} to buildfile --- butl/buildfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'butl') 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 -- cgit v1.1