mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
added mysql libs to ndb for debug features primarily
ndb/src/mgmclient/CpcClient.cpp: small fix
This commit is contained in:
parent
01946089eb
commit
e8b2c2c3de
8 changed files with 48 additions and 19 deletions
|
|
@ -1,6 +1,9 @@
|
|||
|
||||
LDADD += $(top_builddir)/ndb/test/src/libNDBT.a \
|
||||
$(top_builddir)/ndb/src/libndbclient.la
|
||||
$(top_builddir)/ndb/src/libndbclient.la \
|
||||
$(top_builddir)/dbug/libdbug.a \
|
||||
$(top_builddir)/mysys/libmysys.a \
|
||||
$(top_builddir)/strings/libmystrings.a
|
||||
|
||||
INCLUDES += -I$(srcdir) -I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/ndb/include \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
|
||||
LDADD += $(top_builddir)/ndb/src/libndbclient.la
|
||||
LDADD += \
|
||||
$(top_builddir)/ndb/src/libndbclient.la \
|
||||
$(top_builddir)/dbug/libdbug.a \
|
||||
$(top_builddir)/mysys/libmysys.a \
|
||||
$(top_builddir)/strings/libmystrings.a
|
||||
|
||||
INCLUDES += -I$(srcdir) -I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/ndb/include \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue