diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-22 22:39:10 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-07 23:38:50 +0100 |
commit | fb4f46f93da4ac50654fdcc2f26b2f37c73a9230 (patch) | |
tree | 2d09b35c6b033d85ff7117968ea6475ab8dec3dc /plugins/Makefile.am | |
parent | 665e2f91306fa9b38044a382e4b7571a0c8c0c5f (diff) | |
download | monitoring-plugins-fb4f46f93da4ac50654fdcc2f26b2f37c73a9230.tar.gz |
Migrate check_users to new ouput infrastructure
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index d43c1971..e0069653 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -125,6 +125,7 @@ check_time_LDADD = $(NETLIBS) | |||
125 | check_ntp_time_LDADD = $(NETLIBS) $(MATHLIBS) | 125 | check_ntp_time_LDADD = $(NETLIBS) $(MATHLIBS) |
126 | check_ups_LDADD = $(NETLIBS) | 126 | check_ups_LDADD = $(NETLIBS) |
127 | check_users_LDADD = $(BASEOBJS) $(WTSAPI32LIBS) $(SYSTEMDLIBS) | 127 | check_users_LDADD = $(BASEOBJS) $(WTSAPI32LIBS) $(SYSTEMDLIBS) |
128 | check_users_SOURCES = check_users.c check_users.d/users.c | ||
128 | check_by_ssh_LDADD = $(NETLIBS) | 129 | check_by_ssh_LDADD = $(NETLIBS) |
129 | check_ide_smart_LDADD = $(BASEOBJS) | 130 | check_ide_smart_LDADD = $(BASEOBJS) |
130 | negate_LDADD = $(BASEOBJS) | 131 | negate_LDADD = $(BASEOBJS) |