Commit 4688d39a authored by unknown's avatar unknown

changed to ndbclient

parent a216e205
...@@ -1355,7 +1355,7 @@ AC_DEFUN([MYSQL_CHECK_NDBCLUSTER], [ ...@@ -1355,7 +1355,7 @@ AC_DEFUN([MYSQL_CHECK_NDBCLUSTER], [
AC_DEFINE(HAVE_NDBCLUSTER_DB) AC_DEFINE(HAVE_NDBCLUSTER_DB)
have_ndbcluster="yes" have_ndbcluster="yes"
ndbcluster_includes="-I../ndb/include -I../ndb/include/ndbapi" ndbcluster_includes="-I../ndb/include -I../ndb/include/ndbapi"
ndbcluster_libs="\$(top_builddir)/ndb/src/ndbapi/libNDB_API.la" ndbcluster_libs="\$(top_builddir)/ndb/src/libndbclient.la"
ndbcluster_system_libs="" ndbcluster_system_libs=""
;; ;;
* ) * )
......
SUBDIRS = common mgmapi ndbapi kernel mgmsrv mgmclient cw SUBDIRS = common mgmapi ndbapi kernel mgmsrv mgmclient cw
ndblib_LTLIBRARIES = libndbclient.la
libndbclient_la_LIBADD = \
$(top_srcdir)/ndb/src/ndbapi/libndbapi.la \
$(top_srcdir)/ndb/src/common/transporter/libtransporter.la \
$(top_srcdir)/ndb/src/common/debugger/libtrace.la \
$(top_srcdir)/ndb/src/common/debugger/signaldata/libsignaldataprint.la \
$(top_srcdir)/ndb/src/common/mgmcommon/libmgmsrvcommon.la \
$(top_srcdir)/ndb/src/mgmapi/libmgmapi.la \
$(top_srcdir)/ndb/src/common/logger/liblogger.la \
$(top_srcdir)/ndb/src/common/portlib/unix/libportlib.la \
$(top_srcdir)/ndb/src/common/util/libgeneral.la
ndblib_LTLIBRARIES = libmgmapi.la libMGM_API.la noinst_LTLIBRARIES = libmgmapi.la libMGM_API.la
libmgmapi_la_SOURCES_loc = mgmapi.cpp libmgmapi_la_SOURCES_loc = mgmapi.cpp
......
#SUBDIRS = signal-sender #SUBDIRS = signal-sender
ndblib_LTLIBRARIES = libndbapi.la libNDB_API.la noinst_LTLIBRARIES = libndbapi.la libNDB_API.la
libndbapi_la_SOURCES_loc = \ libndbapi_la_SOURCES_loc = \
TransporterFacade.cpp \ TransporterFacade.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment