diff options
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index d9269691..5d4449bf 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -50,13 +50,23 @@ EXTRA_DIST = t \ | |||
50 | tests \ | 50 | tests \ |
51 | $(np_test_scripts) \ | 51 | $(np_test_scripts) \ |
52 | check_swap.d \ | 52 | check_swap.d \ |
53 | check_ldap.d \ | ||
54 | check_hpjd.d \ | ||
53 | check_game.d \ | 55 | check_game.d \ |
56 | check_nagios.d \ | ||
54 | check_dbi.d \ | 57 | check_dbi.d \ |
55 | check_ssh.d \ | 58 | check_ssh.d \ |
56 | check_dns.d \ | 59 | check_dns.d \ |
60 | check_mrtgtraf.d \ | ||
61 | check_mysql_query.d \ | ||
62 | check_mrtg.d \ | ||
57 | check_apt.d \ | 63 | check_apt.d \ |
58 | check_by_ssh.d \ | 64 | check_by_ssh.d \ |
59 | check_smtp.d | 65 | check_smtp.d \ |
66 | check_mysql.d \ | ||
67 | check_dig.d \ | ||
68 | check_cluster.d \ | ||
69 | check_fping.d | ||
60 | 70 | ||
61 | PLUGINHDRS = common.h | 71 | PLUGINHDRS = common.h |
62 | 72 | ||