diff options
author | bar@bar.mysql.r18.ru <> | 2002-11-28 15:28:23 +0400 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2002-11-28 15:28:23 +0400 |
commit | c6e6fa8f55d0867dfa4b57e10dae609b578425db (patch) | |
tree | 71046141d638f8cca4cc823abc8954109d35e0f1 /regex | |
parent | 6acfa379358bae6aa55786ba1c8aa9f735cd9a5d (diff) | |
download | mariadb-git-c6e6fa8f55d0867dfa4b57e10dae609b578425db.tar.gz |
Makefile.am:
libmysys.a is needed for my_errno
Diffstat (limited to 'regex')
-rw-r--r-- | regex/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |