diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 17:23:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 17:32:27 +0300 |
commit | 662400d824ceab77cb4dc2d0163b4d48d210b3e1 (patch) | |
tree | 3d32e9473e723dcccd5c08a6d6266fbb23aa8973 /libbrep/version.hxx.in | |
parent | a03e8a646b90d70b5c33e729b6e757a55a4ccdfd (diff) |
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
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 0b83777..e3c52ce 100644 --- a/libbrep/version.hxx.in +++ b/libbrep/version.hxx.in @@ -37,7 +37,7 @@ #define BREP_SNAPSHOT $brep.version.snapshot_sn$ULL #define BREP_SNAPSHOT_ID "$brep.version.snapshot_id$" -#include <butl/version> +#include <libbutl/version.hxx> $libbutl.check(LIBBUTL_VERSION, LIBBUTL_SNAPSHOT)$ |