mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
Fixed typo in makefile
This commit is contained in:
parent
13fd01aad3
commit
8835500c5e
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