summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-09 11:32:40 +0100
committerGitHub <noreply@github.com>2025-03-09 11:32:40 +0100
commit6dbc84f93595be81aee4de4ac3122b942047c22d (patch)
tree885f684a971bdc9dcc9fb608454660ff343f6704 /plugins/Makefile.am
parent1d55c2279731766a837b4973f3da79b3e3a6bd90 (diff)
parent0426b8947d9e03375219074c3741616599651db4 (diff)
downloadmonitoring-plugins-6dbc84f93595be81aee4de4ac3122b942047c22d.tar.gz
Merge pull request #2071 from RincewindsHat/refactor/check_ssh
Refactor/check ssh
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index a0e9cabf..28763dfc 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -46,7 +46,12 @@ SUBDIRS = picohttpparser
46 46
47np_test_scripts = tests/test_check_swap.t 47np_test_scripts = tests/test_check_swap.t
48 48
49EXTRA_DIST = t tests $(np_test_scripts) check_swap.d check_dbi.d 49EXTRA_DIST = t \
50 tests \
51 $(np_test_scripts) \
52 check_swap.d \
53 check_dbi.d \
54 check_ssh.d
50 55
51PLUGINHDRS = common.h 56PLUGINHDRS = common.h
52 57