diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-09 23:40:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 23:40:55 +0100 |
| commit | 0f0290a52f70d132e09e5b373e2c75b4524d393b (patch) | |
| tree | 1213aefdd4dd3900a2f424220e8969f530108598 /plugins/Makefile.am | |
| parent | 75568a3409fccdebf01446312a9f109cc1a11d15 (diff) | |
| parent | 809cd6a2f9f62df99096540cb7378dfb68acec9a (diff) | |
| download | monitoring-plugins-0f0290a52f70d132e09e5b373e2c75b4524d393b.tar.gz | |
Merge pull request #2074 from RincewindsHat/refactor/check_game
Refactor/check game
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 6ee93c18..d40a0937 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 | 57 | ||
| 57 | PLUGINHDRS = common.h | 58 | PLUGINHDRS = common.h |
| 58 | 59 | ||
