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 /libbrep/version.hxx.in | |
parent | 8f3d3956b1e837c726859eb8bbe19dad79c54a42 (diff) |
Adapt to adding hxx extension for headers and lib prefix for library dir in libbpkg
Diffstat (limited to 'libbrep/version.hxx.in')
-rw-r--r-- | libbrep/version.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
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)$ |