summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-10-25 02:31:03 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-10-25 02:31:03 (GMT)
commit898da8c89aea9f1dd55f4a569799d9daa51407d1 (patch)
treeccdf1a888db1f2bcbe391066896a4a6526618bb4 /plugins/Makefile.am
parent6361f796172f240f5ecb2c21a60511634bbc6d47 (diff)
downloadmonitoring-plugins-898da8c89aea9f1dd55f4a569799d9daa51407d1.tar.gz
include getloadavg sources, add some Solaris pkg build support
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@158 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 420ed05..95258ed 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 \
15 check_swap check_fping check_ldap check_game check_dig \ 15 check_swap check_fping check_ldap check_game check_dig \
16 check_nagios check_by_ssh check_dns check_nt 16 check_nagios check_by_ssh check_dns check_nt
17 17
18EXTRA_DIST = t utils.c netutils.c popen.c getopt.h getopt.c getopt1.c snprintf.c 18EXTRA_DIST = t utils.c netutils.c popen.c getopt.h getopt.c getopt1.c \
19 snprintf.c getloadavg.c
19 20
20PLUGINHDRS = common.h config.h 21PLUGINHDRS = common.h config.h
21 22