From 553eced8d5f294e58e7609014f379449269045ca Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Mon, 12 Apr 1999 07:59:03 +0000 Subject: * lib/Makefile.am: Distribute strsep.c instead of strtok.c --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index fe2658c..5660ed7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -6,7 +6,7 @@ noinst_LIBRARIES = libsys.a EXTRA_DIST = alloca.c basename.c dirname.c error.c fnmatch.c memcpy.c \ memset.c obstack.c regex.c strcasecmp.c strcspn.c strdup.c \ - strndup.c strpbrk.c strspn.c strstr.c strtok.c + strndup.c strpbrk.c strspn.c strstr.c strsep.c libsys_a_SOURCES = xgetcwd.c xmalloc.c getopt.c getopt1.c -- cgit v1.2.3