diff options
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 420ed059..95258ed7 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -15,7 +15,8 @@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ check_swap check_fping check_ldap check_game check_dig \ check_nagios check_by_ssh check_dns check_nt -EXTRA_DIST = t utils.c netutils.c popen.c getopt.h getopt.c getopt1.c snprintf.c +EXTRA_DIST = t utils.c netutils.c popen.c getopt.h getopt.c getopt1.c \ + snprintf.c getloadavg.c PLUGINHDRS = common.h config.h |