diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-02 02:37:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-02 02:37:09 +0000 |
commit | a9ec4db8f2f2fde750a9bf5fb67e13d33442a451 (patch) | |
tree | 3c93dea7ee2c2469a4811aeab04837347dc55441 | |
parent | 9cda4e6527bca8d72b76de085635c9c16c16078b (diff) | |
download | coreutils-a9ec4db8f2f2fde750a9bf5fb67e13d33442a451.tar.xz |
.
-rw-r--r-- | lib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index bdac34572..5769aac12 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -42,8 +42,8 @@ noinst_LIBRARIES = fu EXTRA_DIST = alloca.c euidaccess.c fnmatch.c fsusage.c ftruncate.c \ getdate.y getopt.c getopt1.c memcmp.c memcpy.c memset.c \ -mkdir.c mktime.c mountlist.c \ -posixtm.y rename.c rmdir.c stpcpy.c strdup.c strstr.c strtol.c strtoul.c +mkdir.c mktime.c mountlist.c posixtm.y rename.c rmdir.c \ +stpcpy.c strcasecmp.c strdup.c strstr.c strtol.c strtoul.c INCLUDES = -I.. -I$(srcdir) |