mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
removed redundant -I include-dirs
This commit is contained in:
parent
a14db06bfc
commit
c6ce7b3fbe
21 changed files with 25 additions and 36 deletions
|
|
@ -21,8 +21,7 @@ target = libmysqlclient_r.la
|
|||
target_defs = -DDONT_USE_RAID @LIB_EXTRA_CCFLAGS@
|
||||
## LIBS = @LIBS@
|
||||
|
||||
INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include \
|
||||
-I$(srcdir)/.. -I$(top_srcdir) -I.. $(openssl_includes)
|
||||
INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include $(openssl_includes)
|
||||
|
||||
## automake barfs if you don't use $(srcdir) or $(top_srcdir) in include
|
||||
include $(top_srcdir)/libmysql/Makefile.shared
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue