mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:03:47 +01:00
Generate version.h as zathura-version.h
This avoid confusions between girara's and zathura's version.h. Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
f037679776
commit
102325a41e
@ -93,7 +93,7 @@ endif
|
||||
# generate version header file
|
||||
version_header = configure_file(
|
||||
input: 'zathura/version.h.in',
|
||||
output: 'version.h',
|
||||
output: 'zathura-version.h',
|
||||
configuration: conf_data
|
||||
)
|
||||
include_directories = [
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include "page.h"
|
||||
#include "document.h"
|
||||
#include "links.h"
|
||||
#include "version.h"
|
||||
#include "zathura-version.h"
|
||||
|
||||
typedef struct zathura_plugin_functions_s zathura_plugin_functions_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user