[monitoring-plugins] Pack new check_game files into tarball
Lorenz Kästle
git at monitoring-plugins.org
Sun Mar 9 23:50:11 CET 2025
Module: monitoring-plugins
Branch: master
Commit: 4322bbf23b8f65cf070079aa024e04105e4ccf98
Author: Lorenz Kästle <12514511+RincewindsHat at users.noreply.github.com>
Date: Fri Mar 7 16:08:46 2025 +0100
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4322bbf2
Pack new check_game files into tarball
---
plugins/Makefile.am | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index d43c1971..fb689f87 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -46,7 +46,11 @@ SUBDIRS = picohttpparser
np_test_scripts = tests/test_check_swap.t
-EXTRA_DIST = t tests $(np_test_scripts) check_swap.d
+EXTRA_DIST = t \
+ tests \
+ $(np_test_scripts) \
+ check_swap.d \
+ check_game.d
PLUGINHDRS = common.h
More information about the Commits
mailing list