diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-25 15:02:55 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-07 23:38:50 +0100 |
commit | d35c43e95f9efed3ef89bee288b8ec8f65ad2014 (patch) | |
tree | 0c2b22b8bf2dbf54347aa760fc88e0e1f25ebb1e /plugins/Makefile.am | |
parent | 53247ae748174ddb639bb5fd9a19c8a6ad121717 (diff) | |
download | monitoring-plugins-d35c43e95f9efed3ef89bee288b8ec8f65ad2014.tar.gz |
Revert "Migrate check_users to new ouput infrastructure"
This reverts commit 10086edbf03fd807794bcfb3fff626da69a9fdb2.
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index e0069653..d43c1971 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -125,7 +125,6 @@ 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 | ||
129 | check_by_ssh_LDADD = $(NETLIBS) | 128 | check_by_ssh_LDADD = $(NETLIBS) |
130 | check_ide_smart_LDADD = $(BASEOBJS) | 129 | check_ide_smart_LDADD = $(BASEOBJS) |
131 | negate_LDADD = $(BASEOBJS) | 130 | negate_LDADD = $(BASEOBJS) |