diff options
author | kotontrion <[email protected]> | 2024-05-19 13:15:36 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-05-19 13:15:36 +0200 |
commit | 30b7ccfe9048560989c37bd3e00ff81d16919d55 (patch) | |
tree | 1da92c1791681a9dde7c9f83b150696f4056ddf9 /include | |
parent | d8802b1fa2c586d05c73e53fb541e1ef482a527e (diff) |
fix header paths
Diffstat (limited to 'include')
-rw-r--r-- | include/auth.h (renamed from include/pam.h) | 0 | ||||
-rw-r--r-- | include/meson.build | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/pam.h b/include/auth.h index bc1c28c..bc1c28c 100644 --- a/include/pam.h +++ b/include/auth.h diff --git a/include/meson.build b/include/meson.build index 59db862..3db00c1 100644 --- a/include/meson.build +++ b/include/meson.build @@ -1,4 +1,4 @@ astal_auth_inc = include_directories('.') -astal_auth_headers = files('pam.h') +astal_auth_headers = files('auth.h') -install_headers('pam.h', subdir : 'astal') +install_headers('auth.h', subdir : 'astal') |