mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fixed typo in makefile
tools/Makefile.am: Fixed typo
This commit is contained in:
parent
5810866b69
commit
7d1d29591a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
INCLUDES = @MT_INCLUDE@ -I$(srcdir)/../include \
|
||||
INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include \
|
||||
$(openssl_includes) -I../include
|
||||
LIBS= @openssl_libs@
|
||||
LDADD= @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la
|
||||
|
|
Loading…
Add table
Reference in a new issue