diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-11 12:12:32 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-11 12:12:32 +0100 |
commit | 7a518f99a57a6ee169cedd062e4e2e1e7c3fc2d2 (patch) | |
tree | 6b7eee63a99f8ecb1f20fa20c3e2baa3437099c2 /plugins/Makefile.am | |
parent | 590c190bd88d5907b9e649fc45f8d8997227c4c4 (diff) | |
download | monitoring-plugins-7a518f99a57a6ee169cedd062e4e2e1e7c3fc2d2.tar.gz |
Refactor check_ldap
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 be650089..9f7266ad 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -50,6 +50,7 @@ EXTRA_DIST = t \ | |||
50 | tests \ | 50 | tests \ |
51 | $(np_test_scripts) \ | 51 | $(np_test_scripts) \ |
52 | check_swap.d \ | 52 | check_swap.d \ |
53 | check_ldap.d \ | ||
53 | check_game.d \ | 54 | check_game.d \ |
54 | check_dbi.d \ | 55 | check_dbi.d \ |
55 | check_ssh.d \ | 56 | check_ssh.d \ |