summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
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
15other_coreutils_files = \ 16other_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 \