mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Remove unexistent @MT_INCLUES@
This commit is contained in:
parent
9cffa82b41
commit
d1deb65996
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ link_sources:
|
|||
done;
|
||||
|
||||
DEFS = -DEMBEDDED_LIBRARY
|
||||
INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include -I$(srcdir) \
|
||||
INCLUDES = -I$(top_srcdir)/include -I$(srcdir) \
|
||||
-I$(top_srcdir) -I$(top_srcdir)/client -I$(top_srcdir)/regex \
|
||||
-I$(top_builddir)/include $(openssl_includes)
|
||||
LIBS = @LIBS@ @WRAPLIBS@ @CLIENT_LIBS@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue