diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-22 07:24:17 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-22 07:24:17 +0000 |
commit | c0a999cfed9172f4837a0966b5c861c1602a5abe (patch) | |
tree | b724bd5cfb5c36d2b6ad3ade6c2cd4eecb84faf6 /lib/Makefile.am | |
parent | 8d91bdc4bc0004ca2c651ed64636245db5475a79 (diff) | |
download | monitoring-plugins-c0a999cfed9172f4837a0966b5c861c1602a5abe.tar.gz |
File required from coreutils
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1052 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 9cab14af..0612a759 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -27,6 +27,7 @@ other_coreutils_files = \ malloc.c \ mountlist.c \ realloc.c \ + stdbool_.h \ strtod.c libcoreutils_a_LIBADD = $(LIBOBJS) |