summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-07 11:42:22 +0100
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-07 18:22:42 +0100
commit2727f32f194233e9fdc333afa26a23d8759362ac (patch)
tree0744e1f085f2a3893bd5a3506b277253cc7a7fc9 /plugins/Makefile.am
parenteb1dd9fe2e0e965b4c9326195a778c3794492ef4 (diff)
downloadmonitoring-plugins-2727f32f194233e9fdc333afa26a23d8759362ac.tar.gz
Refactor check_dbi
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am2
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
47np_test_scripts = tests/test_check_swap.t 47np_test_scripts = tests/test_check_swap.t
48 48
49EXTRA_DIST = t tests $(np_test_scripts) check_swap.d 49EXTRA_DIST = t tests $(np_test_scripts) check_swap.d check_dbi.d
50 50
51PLUGINHDRS = common.h 51PLUGINHDRS = common.h
52 52