summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/meson.build4
-rw-r--r--src/pam.c2
2 files changed, 3 insertions, 3 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
)
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 <pwd.h>
#include <security/_pam_types.h>
#include <security/pam_appl.h>