diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 09:58:27 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 09:58:27 +0100 |
| commit | 3cadfa2dbe440c4a07d785c72bb7994be0b0a313 (patch) | |
| tree | ba0e683fba6b61b28ae6b5170c9a616d39f2681c /plugins/Makefile.am | |
| parent | c5f873aa7b74c26c985a81bc4ffeb8d5fd1ce8a9 (diff) | |
| parent | 0f0290a52f70d132e09e5b373e2c75b4524d393b (diff) | |
| download | monitoring-plugins-3cadfa2dbe440c4a07d785c72bb7994be0b0a313.tar.gz | |
Merge branch 'master' into refactor/check_smtp
Diffstat (limited to 'plugins/Makefile.am')
| -rw-r--r-- | plugins/Makefile.am | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 5e8f0650..116d45a8 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
| @@ -47,12 +47,13 @@ SUBDIRS = picohttpparser | |||
| 47 | np_test_scripts = tests/test_check_swap.t | 47 | np_test_scripts = tests/test_check_swap.t |
| 48 | 48 | ||
| 49 | EXTRA_DIST = t \ | 49 | 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_dbi.d \ | 53 | check_game.d \ |
| 54 | check_ssh.d \ | 54 | check_dbi.d \ |
| 55 | check_dns.d \ | 55 | check_ssh.d \ |
| 56 | check_dns.d \ | ||
| 56 | check_smtp.d | 57 | check_smtp.d |
| 57 | 58 | ||
| 58 | PLUGINHDRS = common.h | 59 | PLUGINHDRS = common.h |
