diff options
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/meson.build b/src/meson.build index 4c14897..6f41487 100644 --- a/src/meson.build +++ b/src/meson.build @@ -18,7 +18,7 @@ astal_auth_lib = library( install : true ) -pkg_config_name = 'astal-auth-' + lib_so_version.to_string() +pkg_config_name = 'astal-auth-' + lib_so_version if get_option('introspection') gir = gnome.generate_gir( @@ -29,7 +29,7 @@ if get_option('introspection') symbol_prefix : 'astal_auth', identifier_prefix : 'AstalAuth', includes : ['GObject-2.0', 'Gio-2.0'], - header : 'astal/astal-auth.h', + header : 'astal/auth.h', export_packages : pkg_config_name, install : true ) |