From 3e9d84ad529bda7f295b5b981fbc3a470772bd0d Mon Sep 17 00:00:00 2001 From: kotontrion Date: Wed, 17 Jul 2024 08:33:53 +0200 Subject: move header to astal-auth.h --- src/astal-auth.c | 2 +- src/meson.build | 2 +- src/pam.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/astal-auth.c b/src/astal-auth.c index ebacbb3..1c435ae 100644 --- a/src/astal-auth.c +++ b/src/astal-auth.c @@ -2,7 +2,7 @@ #include #include -#include "auth.h" +#include "astal-auth.h" GMainLoop *loop; diff --git a/src/meson.build b/src/meson.build index d8eb796..6a34ae0 100644 --- a/src/meson.build +++ b/src/meson.build @@ -41,7 +41,7 @@ if get_option('introspection') symbol_prefix : 'astal_auth', identifier_prefix : 'AstalAuth', includes : ['GObject-2.0', 'Gio-2.0'], - header : '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 a11d768..90d950e 100644 --- a/src/pam.c +++ b/src/pam.c @@ -2,7 +2,7 @@ #include #include -#include "auth.h" +#include "astal-auth.h" struct _AstalAuthPam { GObject parent_instance; -- cgit v1.2.3