aboutsummaryrefslogtreecommitdiffstats
path: root/authz/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'authz/meson.build')
-rw-r--r--authz/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/authz/meson.build b/authz/meson.build
new file mode 100644
index 000000000..42a1ec0ff
--- /dev/null
+++ b/authz/meson.build
@@ -0,0 +1,9 @@
+authz_ss.add(genh)
+authz_ss.add(files(
+ 'base.c',
+ 'list.c',
+ 'listfile.c',
+ 'simple.c',
+))
+
+authz_ss.add(when: pam, if_true: files('pamacct.c'))