summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-08-11 23:22:54 +0200
committerGitHub <noreply@github.com>2025-08-11 23:22:54 +0200
commit723e0d3466d85a6ed9811d0661db289e7d9406d9 (patch)
tree4b26f57d9f62c3cb084e063011910efa42fea0f4 /plugins/Makefile.am
parent2046ae85574c32370facab3c01f2152e56e1e981 (diff)
parent7382fa90f84d38cd2ae08c880e9ed6a4ad644d35 (diff)
downloadmonitoring-plugins-723e0d34.tar.gz
Merge pull request #2107 from RincewindsHat/refactor/check_users
Refactor/check users
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 192a2549..5994b405 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -59,6 +59,7 @@ EXTRA_DIST = t \
59 check_radius.d \ 59 check_radius.d \
60 check_disk.d \ 60 check_disk.d \
61 check_time.d \ 61 check_time.d \
62 check_users.d \
62 check_load.d \ 63 check_load.d \
63 check_nagios.d \ 64 check_nagios.d \
64 check_dbi.d \ 65 check_dbi.d \
@@ -159,6 +160,7 @@ check_tcp_LDADD = $(SSLOBJS)
159check_time_LDADD = $(NETLIBS) 160check_time_LDADD = $(NETLIBS)
160check_ntp_time_LDADD = $(NETLIBS) $(MATHLIBS) 161check_ntp_time_LDADD = $(NETLIBS) $(MATHLIBS)
161check_ups_LDADD = $(NETLIBS) 162check_ups_LDADD = $(NETLIBS)
163check_users_SOURCES = check_users.c check_users.d/users.c
162check_users_LDADD = $(BASEOBJS) $(WTSAPI32LIBS) $(SYSTEMDLIBS) 164check_users_LDADD = $(BASEOBJS) $(WTSAPI32LIBS) $(SYSTEMDLIBS)
163check_by_ssh_LDADD = $(NETLIBS) 165check_by_ssh_LDADD = $(NETLIBS)
164check_ide_smart_LDADD = $(BASEOBJS) 166check_ide_smart_LDADD = $(BASEOBJS)