From 3284c39a1fca442cd4f803df0245e248a349bd16 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 28 Nov 2002 15:28:23 +0400 Subject: Makefile.am: libmysys.a is needed for my_errno regex/Makefile.am: libmysys.a is needed for my_errno --- regex/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regex') diff --git a/regex/Makefile.am b/regex/Makefile.am index 2e23efcbf2a..fe72f29b16c 100644 --- a/regex/Makefile.am +++ b/regex/Makefile.am @@ -17,7 +17,7 @@ INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include noinst_LIBRARIES = libregex.a -LDADD = libregex.a ../strings/libmystrings.a +LDADD = libregex.a ../strings/libmystrings.a ../mysys/libmysys.a noinst_HEADERS = cclass.h cname.h regex2.h utils.h engine.c regex.h libregex_a_SOURCES = regerror.c regcomp.c regexec.c regfree.c reginit.c noinst_PROGRAMS = re -- cgit v1.2.1