diff --git a/config.h.meson b/config.h.in similarity index 100% rename from config.h.meson rename to config.h.in diff --git a/meson.build b/meson.build index c57bfc3..0ac3cde 100644 --- a/meson.build +++ b/meson.build @@ -142,7 +142,7 @@ cdata.set_quoted('VERSION', meson.project_version()) cdata.set_quoted('SYSCONFDIR', sysconfdir) config_h = configure_file( - input: 'config.h.meson', + input: 'config.h.in', output: 'config.h', configuration: cdata )