diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-05-24 14:21:36 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-05-24 14:21:36 (GMT) |
commit | 99d499c37ab1f3409d3bf43afb4f705d5a5bffec (patch) | |
tree | 0c6f288cb08f8b3cfab69f85caf12c18280264de /lib/Makefile.am | |
parent | f6bb1f7e4b34fcf53a29a20373e9e88160f49c87 (diff) | |
download | monitoring-plugins-99d499c37ab1f3409d3bf43afb4f705d5a5bffec.tar.gz |
Missed getloadavg.c (Ben Clewett)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@877 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index b938308..7b07f55 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -12,6 +12,6 @@ EXTRA_DIST = ulonglong.m4 codeset.m4 getloadavg.m4 gettext.m4 glibc21.m4 iconv.m | |||
12 | inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 \ | 12 | inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 \ |
13 | lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 afs.m4 \ | 13 | lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 afs.m4 \ |
14 | fstypename.m4 fsusage.m4 ls-mntd-fs.m4 getopt.h gettext.h fsusage.h mountlist.h\ | 14 | fstypename.m4 fsusage.m4 ls-mntd-fs.m4 getopt.h gettext.h fsusage.h mountlist.h\ |
15 | error.m4 error.h error.c xalloc.h unlocked-io.h malloc.c realloc.c strtod.c | 15 | error.m4 error.h error.c getloadavg.c xalloc.h unlocked-io.h malloc.c realloc.c strtod.c |
16 | 16 | ||
17 | INCLUDES = -I$(srcdir) -I$(top_srcdir)/intl | 17 | INCLUDES = -I$(srcdir) -I$(top_srcdir)/intl |