diff options
author | Greg McGary <greg@mcgary.org> | 1999-04-12 07:59:03 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1999-04-12 07:59:03 +0000 |
commit | 553eced8d5f294e58e7609014f379449269045ca (patch) | |
tree | 08f4f0ceab165f3937c7b957c3c2e5b3dd61e946 | |
parent | a05ba261e9c40c9ef95b286d7a8abff519551295 (diff) | |
download | idutils-553eced8d5f294e58e7609014f379449269045ca.tar.gz idutils-553eced8d5f294e58e7609014f379449269045ca.tar.bz2 idutils-553eced8d5f294e58e7609014f379449269045ca.zip |
* lib/Makefile.am: Distribute strsep.c instead of strtok.c
-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 |