diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-19 14:48:01 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-20 10:02:47 +0100 |
commit | 9083896d9c5f5a06f4f0c7c356879dc32330dab7 (patch) | |
tree | 23dee33217e07a9ef7f7766f9eba17a91b21983c | |
parent | fc9caba617cac02a205fb63b87b08fbc5c6a2955 (diff) | |
download | monitoring-plugins-9083896d9c5f5a06f4f0c7c356879dc32330dab7.tar.gz |
Include new directory and contents into distribution
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 0a720b2d..2310f107 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -46,7 +46,7 @@ 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) | 49 | EXTRA_DIST = t tests $(np_test_scripts) check_swap.d |
50 | 50 | ||
51 | PLUGINHDRS = common.h | 51 | PLUGINHDRS = common.h |
52 | 52 | ||