diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-05 08:26:48 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-05 08:26:48 (GMT) |
commit | a173b7e59da3b65fd2b8f4cfa6901d357e6d4d95 (patch) | |
tree | 47bffd1d8e5235320713359b48924bb984936c0b /lib/Makefile.am | |
parent | d5236194b11ccd5049fc8068b4b6087fd401f6b5 (diff) | |
download | monitoring-plugins-a173b7e59da3b65fd2b8f4cfa6901d357e6d4d95.tar.gz |
Missing intprops.h for Tru64 (Ciro Iriarte - 1517379)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1441 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index a4f9c7d..35663b1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -12,10 +12,12 @@ libcoreutils_a_SOURCES = \ | |||
12 | safe-read.c safe-read.h \ | 12 | safe-read.c safe-read.h \ |
13 | safe-write.c safe-write.h strcase.h xalloc-die.c | 13 | safe-write.c safe-write.h strcase.h xalloc-die.c |
14 | 14 | ||
15 | # intprops.h required for getloadavg.c | ||
15 | other_coreutils_files = \ | 16 | other_coreutils_files = \ |
16 | error.c error.h \ | 17 | error.c error.h \ |
17 | fsusage.c \ | 18 | fsusage.c \ |
18 | getloadavg.c \ | 19 | getloadavg.c \ |
20 | intprops.h \ | ||
19 | malloc.c \ | 21 | malloc.c \ |
20 | mountlist.c \ | 22 | mountlist.c \ |
21 | realloc.c \ | 23 | realloc.c \ |