1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* Makefile.am, regcomp.c, regex.c, regex_internal.c, regex_internal.h,

regexec.c: Add new regex files from glibc 2.3.1.
This commit is contained in:
David Shaw 2002-10-19 20:24:53 +00:00
parent aa853f1eb5
commit 5cc82fc5b8
7 changed files with 8658 additions and 0 deletions

View file

@ -22,12 +22,15 @@ INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl
noinst_LIBRARIES = libutil.a
EXTRA_libutil_a_SOURCES = regcomp.c regex.c regexec.c regex_internal.c regex_internal.h
#libutil_a_LDFLAGS =
libutil_a_SOURCES = g10u.c logger.c fileutil.c miscutil.c strgutil.c \
ttyio.c argparse.c memory.c secmem.c errors.c iobuf.c \
dotlock.c http.c simple-gettext.c w32reg.c
libutil_a_DEPENDENCIES = @REGEX_O@
libutil_a_LIBADD = @REGEX_O@
http-test: http.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) -g -Wall -DTEST \