diff options
author | unknown <joreland@mysql.com> | 2004-05-27 21:03:05 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-05-27 21:03:05 +0200 |
commit | d97a303fb1dd4b43aa34d902df1711fdd80bf226 (patch) | |
tree | 0c52cf2d9fff53f91e37f7f352363cb96d277e4d /ndb/src/cw | |
parent | 486494b3ec6293a1705a2aad85e37beeb88503f7 (diff) | |
download | mariadb-git-d97a303fb1dd4b43aa34d902df1711fdd80bf226.tar.gz |
Use ndbclient more
configure.in:
Include mgmapi
ndb/config/type_ndbapi.mk.am:
remove LDADD from type
ndb/config/type_util.mk.am:
remove LDADD from type
ndb/src/cw/cpcd/Makefile.am:
LDADD ndbclient
ndb/src/kernel/ndb-main/Makefile.am:
Fix LDADD
ndb/src/mgmclient/Makefile.am:
LDADD ndbclient
ndb/src/mgmsrv/Makefile.am:
LDADD ndbclient
ndb/test/run-test/Makefile.am:
LDADD ndbclient
Diffstat (limited to 'ndb/src/cw')
-rw-r--r-- | ndb/src/cw/cpcd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/cw/cpcd/Makefile.am b/ndb/src/cw/cpcd/Makefile.am index 0d38f4ca536..53eeaa48dc3 100644 --- a/ndb/src/cw/cpcd/Makefile.am +++ b/ndb/src/cw/cpcd/Makefile.am @@ -3,7 +3,7 @@ ndbtools_PROGRAMS = ndb_cpcd ndb_cpcd_SOURCES = main.cpp CPCD.cpp Process.cpp APIService.cpp Monitor.cpp common.cpp -LDADD_LOC = $(top_srcdir)/ndb/src/common/logger/liblogger.la +LDADD_LOC = $(top_srcdir)/ndb/src/libndbclient.la include $(top_srcdir)/ndb/config/common.mk.am include $(top_srcdir)/ndb/config/type_util.mk.am |