diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 12:28:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 12:28:14 +0300 |
commit | c6c046e7643bb923e197237f0e0f61d69d6ebb10 (patch) | |
tree | 391bba2f9cf753dbcb19eb08914ac293d8f33d04 | |
parent | 8f3d3956b1e837c726859eb8bbe19dad79c54a42 (diff) |
Adapt to adding hxx extension for headers and lib prefix for library dir in libbpkg
-rw-r--r-- | libbrep/common.hxx | 2 | ||||
-rw-r--r-- | libbrep/version.hxx.in | 2 | ||||
-rw-r--r-- | load/load.cxx | 2 | ||||
-rw-r--r-- | mod/options.cli | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libbrep/common.hxx b/libbrep/common.hxx index bf60491..b1160ab 100644 --- a/libbrep/common.hxx +++ b/libbrep/common.hxx @@ -34,7 +34,7 @@ namespace brep }; } -#include <bpkg/manifest> +#include <libbpkg/manifest.hxx> namespace brep { diff --git a/libbrep/version.hxx.in b/libbrep/version.hxx.in index e1b60a2..0b83777 100644 --- a/libbrep/version.hxx.in +++ b/libbrep/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)$ diff --git a/load/load.cxx b/load/load.cxx index 3888c0f..b478086 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -25,7 +25,7 @@ #include <butl/tab-parser> #include <butl/manifest-parser> -#include <bpkg/manifest> +#include <libbpkg/manifest.hxx> #include <libbrep/types.hxx> #include <libbrep/utility.hxx> diff --git a/mod/options.cli b/mod/options.cli index 3d6ac60..79636a8 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -383,7 +383,7 @@ namespace brep // character). In other words, after url-decoding the space character is // treated the same way as the plus character. // - // @@ Make it of the version type? Maybe after it get moved to bpkg/types + // @@ Make it of the version type? Maybe after it get moved to libbpkg/types.hxx // or at least the second use case appear. // string version | v; |