diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-29 23:23:07 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-30 21:47:39 +0300 |
commit | 79640be325c333d77b4078d37f7668b74d5682e3 (patch) | |
tree | 5b165704351e9914e1d0fa87b787d95603a970c1 /tests/buildtab/driver.cxx | |
parent | d3c88705b3e3b77150f60aed2527fa60d658991e (diff) |
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'tests/buildtab/driver.cxx')
-rw-r--r-- | tests/buildtab/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildtab/driver.cxx b/tests/buildtab/driver.cxx index c3e3a60..28c48fb 100644 --- a/tests/buildtab/driver.cxx +++ b/tests/buildtab/driver.cxx @@ -8,7 +8,7 @@ #include <butl/utility> // operator<<(ostream,exception) -#include <bbot/build-config> +#include <libbbot/build-config.hxx> using namespace std; using namespace butl; |