From: jbj Date: Sun, 26 Sep 1999 23:46:42 +0000 (+0000) Subject: Add regex.c/regex.h. X-Git-Tag: rpm-4.4-release~2588 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aaf3ed92bc7b91a003c11a9e74b3ed62a801c30e;p=platform%2Fupstream%2Frpm.git Add regex.c/regex.h. CVS patchset: 3336 CVS date: 1999/09/26 23:46:42 --- diff --git a/misc/Makefile.am b/misc/Makefile.am index 37ad4a8..dba84c9 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -12,14 +12,15 @@ EXTRA_DIST = \ fakefork.c fnmatch.c getcwd.c getmntent.c \ getwd.c glob.c inet_aton.c memcmp.c \ mktime.c myrealloc.c putenv.c realpath.c \ - stpcpy.c stpncpy.c strcasecmp.c strncasecmp.c \ - strcspn.c strdup.c strerror.c strftime.c \ - strcspn.c strstr.c strtol.c strtoul.c + regex.c stpcpy.c stpncpy.c strcasecmp.c \ + strncasecmp.c strcspn.c strdup.c strerror.c \ + strftime.c strcspn.c strstr.c strtol.c \ + strtoul.c noinst_HEADERS = \ - err.h error.h fnmatch.h glob.h \ - libgettext.h message.h po-lex.h str-list.h \ - fstrcmp.h + err.h error.h fnmatch.h fstrcmp.h \ + glob.h libgettext.h message.h po-lex.h \ + regex.h str-list.h fstrcmp.h noinst_LIBRARIES = libmisc.a