diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-07 11:42:22 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-07 18:22:42 +0100 |
commit | 2727f32f194233e9fdc333afa26a23d8759362ac (patch) | |
tree | 0744e1f085f2a3893bd5a3506b277253cc7a7fc9 /plugins/Makefile.am | |
parent | eb1dd9fe2e0e965b4c9326195a778c3794492ef4 (diff) | |
download | monitoring-plugins-2727f32f194233e9fdc333afa26a23d8759362ac.tar.gz |
Refactor check_dbi
Diffstat (limited to 'plugins/Makefile.am')
-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 d43c1971..a0e9cabf 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) check_swap.d | 49 | EXTRA_DIST = t tests $(np_test_scripts) check_swap.d check_dbi.d |
50 | 50 | ||
51 | PLUGINHDRS = common.h | 51 | PLUGINHDRS = common.h |
52 | 52 | ||