(fu_SOURCES): Add regex.c and rx.c.
authorJim Meyering <jim@meyering.net>
Thu, 5 Sep 1996 02:45:35 +0000 (02:45 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 5 Sep 1996 02:45:35 +0000 (02:45 +0000)
(noinst_HEADERS): Add regex.h and rx.h.

lib/Makefile.am

index 75cabee501046a2629b078a2a4e29088c9d49176..fa723a589219186ca183768d790a50850d369912 100644 (file)
@@ -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