diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-07 16:08:46 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-07 16:08:46 +0100 |
commit | 4322bbf23b8f65cf070079aa024e04105e4ccf98 (patch) | |
tree | 5149a22df6d1dd56c3eba735eab110e58b6ba2ee /plugins/Makefile.am | |
parent | 9f8a485744ba8de13c01cc48a4db0d8d73189c97 (diff) | |
download | monitoring-plugins-4322bbf23b8f65cf070079aa024e04105e4ccf98.tar.gz |
Pack new check_game files into tarball
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
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 | |||
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_game.d | ||
50 | 54 | ||
51 | PLUGINHDRS = common.h | 55 | PLUGINHDRS = common.h |
52 | 56 | ||