diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-02 22:20:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-02 22:20:06 +0000 |
commit | d2377406d68bd6d6767c2d84df6478d486f32e2e (patch) | |
tree | 6fd6ff753f0f570c02723c888927f644779dae86 /lib | |
parent | a1f9dd8cc795705b4f0cc6c661ff6c4f93770fd2 (diff) | |
download | coreutils-d2377406d68bd6d6767c2d84df6478d486f32e2e.tar.xz |
(libfetish_a_SOURCES): Add allocsa.c, allocsa.h and strdup.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index bf7d22a16..f24cfc269 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -38,6 +38,7 @@ libfetish_a_SOURCES = \ hash-pjw.c hash-pjw.h \ __fpending.h \ addext.c \ + allocsa.c allocsa.h \ argmatch.c argmatch.h \ backupfile.c backupfile.h \ basename.c \ @@ -125,7 +126,7 @@ libfetish_a_SOURCES = \ xmemcoll.c xmemcoll.h \ xnanosleep.c xnanosleep.h \ xreadlink.c xreadlink.h \ - xstrdup.c \ + xstrdup.c xstrdup.h \ xstrndup.c xstrndup.h \ xstrtod.c xstrtod.h \ xstrtoimax.c \ |