mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
OpenSSL fixes. Should not affect anything else.
This commit is contained in:
@ -22,7 +22,7 @@ target_defs =
|
||||
## LIBS = @LIBS@
|
||||
|
||||
INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include \
|
||||
-I$(srcdir)/.. -I$(top_srcdir) -I..
|
||||
-I$(srcdir)/.. -I$(top_srcdir) -I.. $(openssl_includes)
|
||||
|
||||
## automake barfs if you don't use $(srcdir) or $(top_srcdir) in include
|
||||
include $(top_srcdir)/libmysql/Makefile.shared
|
||||
|
Reference in New Issue
Block a user