From a173b7e59da3b65fd2b8f4cfa6901d357e6d4d95 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 5 Jul 2006 08:26:48 +0000 Subject: 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 --- lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Makefile.am') 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 \ -- cgit v1.2.3