From: Paul Eggert Date: Tue, 4 Jul 2006 05:37:11 +0000 (+0000) Subject: (libcoreutils_a_SOURCES): Add setenv.h, wcwidth.h, X-Git-Tag: COREUTILS-6_0~220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71e6c803529ccf15cc280a966fd5e2b6e55c0061;p=platform%2Fupstream%2Fcoreutils.git (libcoreutils_a_SOURCES): Add setenv.h, wcwidth.h, to accommodate sync from gnulib. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 5a6be2a..b42383f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -42,11 +42,13 @@ libcoreutils_a_SOURCES = \ mbswidth.c mbswidth.h \ mbuiter.h \ readtokens0.c readtokens0.h \ + setenv.h \ strcase.h \ strnlen1.c strnlen1.h \ strstr.h \ unicodeio.c unicodeio.h \ verify.h \ + wcwidth.h \ xalloc-die.c \ xgethostname.c xgethostname.h \ xmemcoll.c xmemcoll.h \