diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-22 20:00:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-22 20:00:44 +0000 |
commit | 92bd80177245b7916a5f833445996ffa3df247e8 (patch) | |
tree | 8f3a5c9be5923d31bdd2f4e406751b86361dcdbb /lib | |
parent | 96cafaac760ded3105f715a798d908f9c00f28ab (diff) | |
download | coreutils-92bd80177245b7916a5f833445996ffa3df247e8.tar.xz |
(libfetish_a_SOURCES): Add readtokens0.c and readtokens0.h
Diffstat (limited to 'lib')
-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 50f17f6aa..ca8f3cc4e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -91,6 +91,7 @@ libfetish_a_SOURCES = \ physmem.c physmem.h \ quote.c quote.h \ quotearg.c quotearg.h \ + readtokens0.c readtokens0.h \ readtokens.c readtokens.h \ readutmp.h \ regex.h \ |