diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-05 08:26:48 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-05 08:26:48 +0000 |
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 a4f9c7d8..35663b19 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -12,10 +12,12 @@ libcoreutils_a_SOURCES = \ safe-read.c safe-read.h \ safe-write.c safe-write.h strcase.h xalloc-die.c +# intprops.h required for getloadavg.c other_coreutils_files = \ error.c error.h \ fsusage.c \ getloadavg.c \ + intprops.h \ malloc.c \ mountlist.c \ realloc.c \ |