diff options
author | Greg McGary <greg@mcgary.org> | 1999-03-06 00:49:20 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1999-03-06 00:49:20 +0000 |
commit | 684b828b2eacc408190bdb795214448258927614 (patch) | |
tree | dde79d6147efa06fdff8f346f6c2eb5ed8bef9ce | |
parent | 5ede67919d924eef3bc5d672ea58b4389449c114 (diff) | |
download | idutils-684b828b2eacc408190bdb795214448258927614.tar.gz idutils-684b828b2eacc408190bdb795214448258927614.tar.bz2 idutils-684b828b2eacc408190bdb795214448258927614.zip |
Remove rx.[ch]
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 8904926..fe2658c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,13 +5,13 @@ AUTOMAKE_OPTIONS = ../src/ansi2knr noinst_LIBRARIES = libsys.a EXTRA_DIST = alloca.c basename.c dirname.c error.c fnmatch.c memcpy.c \ - memset.c obstack.c regex.c rx.c strcasecmp.c strcspn.c strdup.c \ + memset.c obstack.c regex.c strcasecmp.c strcspn.c strdup.c \ strndup.c strpbrk.c strspn.c strstr.c strtok.c -libsys_a_SOURCES = xgetcwd.c xmalloc.c +libsys_a_SOURCES = xgetcwd.c xmalloc.c getopt.c getopt1.c noinst_HEADERS = ansidecl.h error.h fnmatch.h getopt.h obstack.h \ - pathmax.h regex.h rx.h xalloca.h xdirent.h xfnmatch.h \ + pathmax.h regex.h xalloca.h xdirent.h xfnmatch.h \ xmalloc.h xobstack.h xstddef.h xstdlib.h xstring.h xsysstat.h \ xunistd.h |