diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-09 11:35:03 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-09 11:35:03 +0100 |
commit | 95311d2e2c03d94f6bae0cacbac75fc1cd25b0e4 (patch) | |
tree | 960c12b0c7e87c508bcfcea2a99eec6fe34b03ee /plugins/Makefile.am | |
parent | e3d2fccade397bbd6b318495192b4ca346becef0 (diff) | |
parent | 6dbc84f93595be81aee4de4ac3122b942047c22d (diff) | |
download | monitoring-plugins-95311d2e.tar.gz |
Merge branch 'master' into refactor/check_game
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index fb689f87..8e35bc61 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -50,7 +50,9 @@ 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_game.d | 53 | check_game.d \ |
54 | check_dbi.d \ | ||
55 | check_ssh.d | ||
54 | 56 | ||
55 | PLUGINHDRS = common.h | 57 | PLUGINHDRS = common.h |
56 | 58 | ||