mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Makefile.am:
libmysys.a is needed for my_errno
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include
|
INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include
|
||||||
noinst_LIBRARIES = libregex.a
|
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
|
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
|
libregex_a_SOURCES = regerror.c regcomp.c regexec.c regfree.c reginit.c
|
||||||
noinst_PROGRAMS = re
|
noinst_PROGRAMS = re
|
||||||
|
Reference in New Issue
Block a user