mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Makefile.am:
Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
This commit is contained in:
parent
62173c5a9d
commit
a7be42163a
23 changed files with 48 additions and 28 deletions
|
|
@ -24,8 +24,9 @@ target = libmysqlclient_r.la
|
|||
target_defs = -DDONT_USE_RAID -DMYSQL_CLIENT @LIB_EXTRA_CCFLAGS@
|
||||
LIBS = @LIBS@ @ZLIB_LIBS@ @openssl_libs@
|
||||
|
||||
INCLUDES = @MT_INCLUDES@ \
|
||||
-I$(top_srcdir)/include $(openssl_includes) @ZLIB_INCLUDES@
|
||||
INCLUDES = @MT_INCLUDES@ \
|
||||
-I$(top_builddir)/include -I$(top_srcdir)/include \
|
||||
$(openssl_includes) @ZLIB_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