diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-22 06:58:56 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-22 06:58:56 +0000 |
commit | cab86383b85b623487aa7950866613979763fd2f (patch) | |
tree | f73b3445a812dc7028f30ab3adee5e422ba1494c | |
parent | b52d569ca10b88fe7b03fbc7b19942abff47e23b (diff) | |
download | coreutils-cab86383b85b623487aa7950866613979763fd2f.tar.xz |
(libcoreutils_a_SOURCES): Add getaddrinfo.h,
mbchar.c, mbchar.h, mbuiter.h, strcase.h, strlen1.c, strnlen1.h,
strstr.h.
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index cc95b97ba..56b13fd08 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -32,10 +32,16 @@ libcoreutils_a_SOURCES = \ fprintftime.c fprintftime.h \ full-read.c full-read.h \ full-write.c full-write.h \ + getaddrinfo.h \ gettext.h \ localcharset.c localcharset.h \ + mbchar.c mbchar.h \ mbswidth.c mbswidth.h \ + mbuiter.h \ readtokens0.c readtokens0.h \ + strcase.h \ + strnlen1.c strnlen1.h \ + strstr.h \ time_r.c time_r.h \ unicodeio.c unicodeio.h \ verify.h \ |