summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-04 05:37:11 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-04 05:37:11 +0000
commit71e6c803529ccf15cc280a966fd5e2b6e55c0061 (patch)
treee3cab22ce8e1f3b84d579562ed0bb6a186ffd12d /lib/Makefile.am
parent948ca71450553b6bc245895d9ce83d1c615d77f5 (diff)
downloadcoreutils-71e6c803529ccf15cc280a966fd5e2b6e55c0061.tar.xz
(libcoreutils_a_SOURCES): Add setenv.h, wcwidth.h,
to accommodate sync from gnulib.
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 5a6be2ab5..b42383fd8 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 \