aboutsummaryrefslogtreecommitdiff
path: root/libbbot/build-config.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:19:38 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:19:38 +0300
commit56753fab91751a19fdfcc4695a0eec73c4186dc3 (patch)
treebe771a0f4509d443c2411d4dcf28e83486d84765 /libbbot/build-config.hxx
parent906ceb1fa063e8bd106357c967b66ff86108f967 (diff)
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'libbbot/build-config.hxx')
-rw-r--r--libbbot/build-config.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbbot/build-config.hxx b/libbbot/build-config.hxx
index 8a2e2d7..2e96e03 100644
--- a/libbbot/build-config.hxx
+++ b/libbbot/build-config.hxx
@@ -9,10 +9,10 @@
#include <vector>
#include <iosfwd>
-#include <butl/path>
-#include <butl/optional>
-#include <butl/tab-parser>
-#include <butl/target-triplet>
+#include <libbutl/path.hxx>
+#include <libbutl/optional.hxx>
+#include <libbutl/tab-parser.hxx>
+#include <libbutl/target-triplet.hxx>
#include <libbbot/export.hxx>
#include <libbbot/version.hxx>