mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
build: Rename config.h template
Now that it won't clash with the autotools version.
This commit is contained in:
@ -142,7 +142,7 @@ cdata.set_quoted('VERSION', meson.project_version())
|
|||||||
cdata.set_quoted('SYSCONFDIR', sysconfdir)
|
cdata.set_quoted('SYSCONFDIR', sysconfdir)
|
||||||
|
|
||||||
config_h = configure_file(
|
config_h = configure_file(
|
||||||
input: 'config.h.meson',
|
input: 'config.h.in',
|
||||||
output: 'config.h',
|
output: 'config.h',
|
||||||
configuration: cdata
|
configuration: cdata
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user