diff options
-rw-r--r-- | lib/Makefile.am | 2 |
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 \ |