diff options
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |