diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/astal-auth.c | 2 | ||||
-rw-r--r-- | src/meson.build | 2 | ||||
-rw-r--r-- | src/pam.c | 2 |
3 files changed, 3 insertions, 3 deletions
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 <stdio.h> #include <termios.h> -#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 ) @@ -2,7 +2,7 @@ #include <security/_pam_types.h> #include <security/pam_appl.h> -#include "auth.h" +#include "astal-auth.h" struct _AstalAuthPam { GObject parent_instance; |