diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 11:52:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-10 11:52:32 +0100 |
commit | e8d580eb4bc9216518de8083d39fd857d91e0a46 (patch) | |
tree | 4a37db34074bdce03703fe74840aca9df5b87467 /plugins/Makefile.am | |
parent | 0f0290a52f70d132e09e5b373e2c75b4524d393b (diff) | |
parent | cda3906b12f88388ca4caeadf9f351c9c018bf89 (diff) | |
download | monitoring-plugins-e8d580eb4bc9216518de8083d39fd857d91e0a46.tar.gz |
Merge pull request #2080 from RincewindsHat/refactor/check_apt
Refactor check_apt
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index d40a0937..2ffb5fd0 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -53,7 +53,8 @@ EXTRA_DIST = t \ | |||
53 | check_game.d \ | 53 | check_game.d \ |
54 | check_dbi.d \ | 54 | check_dbi.d \ |
55 | check_ssh.d \ | 55 | check_ssh.d \ |
56 | check_dns.d | 56 | check_dns.d \ |
57 | check_apt.d | ||
57 | 58 | ||
58 | PLUGINHDRS = common.h | 59 | PLUGINHDRS = common.h |
59 | 60 | ||