diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-09 12:44:44 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-09 12:44:44 +0100 |
commit | 66b1997e0529bf3461982672c458b3c0c4f1d129 (patch) | |
tree | 1650d36bb89c385f7be23e514dcb5cd80297c8e0 /plugins/Makefile.am | |
parent | 8b8ce8a6055664b8db2156093fd6afa9cfa1c42f (diff) | |
parent | 6dbc84f93595be81aee4de4ac3122b942047c22d (diff) | |
download | monitoring-plugins-66b1997e0529bf3461982672c458b3c0c4f1d129.tar.gz |
Merge branch 'master' into refactor/check_dns
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index d43c1971..28763dfc 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -46,7 +46,12 @@ SUBDIRS = picohttpparser | |||
46 | 46 | ||
47 | np_test_scripts = tests/test_check_swap.t | 47 | np_test_scripts = tests/test_check_swap.t |
48 | 48 | ||
49 | EXTRA_DIST = t tests $(np_test_scripts) check_swap.d | 49 | EXTRA_DIST = t \ |
50 | tests \ | ||
51 | $(np_test_scripts) \ | ||
52 | check_swap.d \ | ||
53 | check_dbi.d \ | ||
54 | check_ssh.d | ||
50 | 55 | ||
51 | PLUGINHDRS = common.h | 56 | PLUGINHDRS = common.h |
52 | 57 | ||