summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorLorenz Kästle <lorenz.kaestle@netways.de>2023-08-28 13:16:30 (GMT)
committerLorenz Kästle <lorenz.kaestle@netways.de>2023-08-28 13:16:30 (GMT)
commit55c0e1738e3397b007ed189f216f8b431da96943 (patch)
treec033f29162569445495e379cc47e9a632d203b8e /plugins/Makefile.am
parent70d0457562d58c16acd2a3514c9e4cc3f07ec923 (diff)
parentb90b09e1472426993d1c88949a8b30da3f2f900e (diff)
downloadmonitoring-plugins-55c0e1738e3397b007ed189f216f8b431da96943.tar.gz
Merge remote-tracking branch 'upstream/master' into fix/repair_test_pipelinerefs/pull/1907/head
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index ab59eb7..49086b7 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -112,7 +112,7 @@ check_tcp_LDADD = $(SSLOBJS)
112check_time_LDADD = $(NETLIBS) 112check_time_LDADD = $(NETLIBS)
113check_ntp_time_LDADD = $(NETLIBS) $(MATHLIBS) 113check_ntp_time_LDADD = $(NETLIBS) $(MATHLIBS)
114check_ups_LDADD = $(NETLIBS) 114check_ups_LDADD = $(NETLIBS)
115check_users_LDADD = $(BASEOBJS) $(WTSAPI32LIBS) 115check_users_LDADD = $(BASEOBJS) $(WTSAPI32LIBS) $(SYSTEMDLIBS)
116check_by_ssh_LDADD = $(NETLIBS) 116check_by_ssh_LDADD = $(NETLIBS)
117check_ide_smart_LDADD = $(BASEOBJS) 117check_ide_smart_LDADD = $(BASEOBJS)
118negate_LDADD = $(BASEOBJS) 118negate_LDADD = $(BASEOBJS)