summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-07 23:38:04 +0100
committerGitHub <noreply@github.com>2025-03-07 23:38:04 +0100
commit1d55c2279731766a837b4973f3da79b3e3a6bd90 (patch)
treee8d209f957fab8f61a95c26c4cad818241e6f092 /plugins/Makefile.am
parent4173d724a4e780cde281d8952f3468d403c19f2e (diff)
parent2036d29b34891415097c7d31c8e16bc0135577ad (diff)
downloadmonitoring-plugins-1d55c2279731766a837b4973f3da79b3e3a6bd90.tar.gz
Merge pull request #2075 from RincewindsHat/refactor/check_dbi
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