From 30b7ccfe9048560989c37bd3e00ff81d16919d55 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Sun, 19 May 2024 13:15:36 +0200 Subject: fix header paths --- src/meson.build | 4 ++-- src/pam.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 ) diff --git a/src/pam.c b/src/pam.c index de32531..760680e 100644 --- a/src/pam.c +++ b/src/pam.c @@ -1,4 +1,4 @@ -#include "pam.h" +#include "auth.h" #include #include #include -- cgit v1.2.3