diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 12:16:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 12:16:20 +0300 |
commit | 906ceb1fa063e8bd106357c967b66ff86108f967 (patch) | |
tree | 084f7525b64098c2528badf173446213a6f66e76 | |
parent | 79640be325c333d77b4078d37f7668b74d5682e3 (diff) |
Adapt to adding hxx extension for headers and lib prefix for library dir in libbpkg
-rw-r--r-- | libbbot/manifest.hxx | 2 | ||||
-rw-r--r-- | libbbot/version.hxx.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libbbot/manifest.hxx b/libbbot/manifest.hxx index 615c4f9..1d86763 100644 --- a/libbbot/manifest.hxx +++ b/libbbot/manifest.hxx @@ -13,7 +13,7 @@ #include <butl/target-triplet> #include <butl/manifest-forward> -#include <bpkg/manifest> // version, repository_location +#include <libbpkg/manifest.hxx> // version, repository_location #include <libbbot/export.hxx> #include <libbbot/version.hxx> diff --git a/libbbot/version.hxx.in b/libbbot/version.hxx.in index 6fca06c..62be656 100644 --- a/libbbot/version.hxx.in +++ b/libbbot/version.hxx.in @@ -41,7 +41,7 @@ $libbutl.check(LIBBUTL_VERSION, LIBBUTL_SNAPSHOT)$ -#include <bpkg/version> +#include <libbpkg/version.hxx> $libbpkg.check(LIBBPKG_VERSION, LIBBPKG_SNAPSHOT)$ |