diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-16 20:45:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-16 20:45:11 +0300 |
commit | db1ee9aff6e9429e3eb82e67f9d4ece22b7c95ef (patch) | |
tree | 2cc6605090c25f6b9d4527b8b72776588e29a23d | |
parent | ca87eb4db4cabf3c46f9a599eaded138598f69a9 (diff) |
Add config header to buildfile
-rw-r--r-- | butl/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/butl/buildfile b/butl/buildfile index 6e259c8..4e4b53d 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -5,6 +5,7 @@ lib{butl}: \ {hxx cxx}{ base64 } \ {hxx cxx}{ char-scanner } \ +{hxx }{ config } \ {hxx cxx}{ diagnostics } \ {hxx }{ export } \ {hxx ixx cxx}{ fdstream } \ |