Add regex.c/regex.h.
authorjbj <devnull@localhost>
Sun, 26 Sep 1999 23:46:42 +0000 (23:46 +0000)
committerjbj <devnull@localhost>
Sun, 26 Sep 1999 23:46:42 +0000 (23:46 +0000)
CVS patchset: 3336
CVS date: 1999/09/26 23:46:42

misc/Makefile.am

index 37ad4a8..dba84c9 100644 (file)
@@ -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