diff options
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 \ |