diff options
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index a8d40da2d..b3c1e26e0 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -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 \ |