diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-05 02:45:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-05 02:45:35 +0000 |
commit | 4cfd024d37391e2a3b311bf4b50c24ed5d6fe13d (patch) | |
tree | ad714202827e97f3d986c1966bfcadfb83b2c92e /lib | |
parent | 5e053a624ba68df8c74f3cb0fae14b1e6e2c60cf (diff) | |
download | coreutils-4cfd024d37391e2a3b311bf4b50c24ed5d6fe13d.tar.xz |
(fu_SOURCES): Add regex.c and rx.c.
(noinst_HEADERS): Add regex.h and rx.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 75cabee50..fa723a589 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -12,7 +12,7 @@ INCLUDES = -I.. -I$(srcdir) fu_SOURCES = getdate.c getline.c posixtm.c argmatch.c backupfile.c \ dirname.c fileblocks.c filemode.c \ full-write.c getversion.c idcache.c \ -isdir.c long-options.c makepath.c modechange.c path-concat.c \ +isdir.c long-options.c makepath.c modechange.c path-concat.c regex.c rx.c \ safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \ xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c @@ -20,7 +20,8 @@ fu_LIBADD = @LIBOBJS@ @ALLOCA@ noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \ getline.h getopt.h group-member.h long-options.h makepath.h modechange.h \ -mountlist.h obstack.h path-concat.h pathmax.h save-cwd.h xstrtol.h xstrtoul.h +mountlist.h obstack.h path-concat.h pathmax.h regex.h rx.h \ +save-cwd.h xstrtol.h xstrtoul.h BUILT_SOURCES = getdate.c posixtm.c |