diff options
Diffstat (limited to 'butl')
-rw-r--r-- | butl/buildfile | 3 |
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 |