mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
fix ndb make
This commit is contained in:
parent
29f3f5335d
commit
160be94a5d
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
|
||||
LDADD += $(top_srcdir)/ndb/test/src/libNDBT.a \
|
||||
$(top_srcdir)/ndb/src/ndbapi/libNDB_API.la \
|
||||
$(top_srcdir)/ndb/src/mgmapi/libMGM_API.la
|
||||
$(top_srcdir)/ndb/src/ndbapi/libndbclient.la
|
||||
|
||||
INCLUDES += @NDB_NDBAPITEST_INCLUDES@
|
||||
|
|
|
@ -2,6 +2,8 @@ SUBDIRS = common mgmapi ndbapi kernel mgmsrv mgmclient cw
|
|||
|
||||
ndblib_LTLIBRARIES = libndbclient.la
|
||||
|
||||
libndbclient_SOURCES =
|
||||
|
||||
libndbclient_la_LIBADD = \
|
||||
$(top_srcdir)/ndb/src/ndbapi/libndbapi.la \
|
||||
$(top_srcdir)/ndb/src/common/transporter/libtransporter.la \
|
||||
|
|
Loading…
Add table
Reference in a new issue