diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-08-28 15:09:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-28 15:09:34 +0200 |
| commit | b90b09e1472426993d1c88949a8b30da3f2f900e (patch) | |
| tree | a168eac393325f52698cc2bc59bfccece86524c1 /plugins/Makefile.am | |
| parent | 43131b73d69e77a3faee69814dac1bbc88162887 (diff) | |
| parent | 801784ae89224d004dc79af95545acbdf547ce64 (diff) | |
| download | monitoring-plugins-b90b09e1472426993d1c88949a8b30da3f2f900e.tar.gz | |
Merge pull request #1888 from thkukuk/no-utmp
check_users: prefer systemd-logind over utmp
Diffstat (limited to 'plugins/Makefile.am')
| -rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index ab59eb73..49086b7a 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
| @@ -112,7 +112,7 @@ check_tcp_LDADD = $(SSLOBJS) | |||
| 112 | check_time_LDADD = $(NETLIBS) | 112 | check_time_LDADD = $(NETLIBS) |
| 113 | check_ntp_time_LDADD = $(NETLIBS) $(MATHLIBS) | 113 | check_ntp_time_LDADD = $(NETLIBS) $(MATHLIBS) |
| 114 | check_ups_LDADD = $(NETLIBS) | 114 | check_ups_LDADD = $(NETLIBS) |
| 115 | check_users_LDADD = $(BASEOBJS) $(WTSAPI32LIBS) | 115 | check_users_LDADD = $(BASEOBJS) $(WTSAPI32LIBS) $(SYSTEMDLIBS) |
| 116 | check_by_ssh_LDADD = $(NETLIBS) | 116 | check_by_ssh_LDADD = $(NETLIBS) |
| 117 | check_ide_smart_LDADD = $(BASEOBJS) | 117 | check_ide_smart_LDADD = $(BASEOBJS) |
| 118 | negate_LDADD = $(BASEOBJS) | 118 | negate_LDADD = $(BASEOBJS) |
