diff options
author | joreland@mysql.com <> | 2004-05-27 21:03:05 +0200 |
---|---|---|
committer | joreland@mysql.com <> | 2004-05-27 21:03:05 +0200 |
commit | eff14ee4fe1f945854c6018b90f286bbd6834638 (patch) | |
tree | 0c52cf2d9fff53f91e37f7f352363cb96d277e4d /ndb/src/mgmsrv | |
parent | 006ef0e66596b5987a17de1eebd5058e6244b4af (diff) | |
download | mariadb-git-eff14ee4fe1f945854c6018b90f286bbd6834638.tar.gz |
Use ndbclient more
Diffstat (limited to 'ndb/src/mgmsrv')
-rw-r--r-- | ndb/src/mgmsrv/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ndb/src/mgmsrv/Makefile.am b/ndb/src/mgmsrv/Makefile.am index 272338d02ac..b70f8937b3b 100644 --- a/ndb/src/mgmsrv/Makefile.am +++ b/ndb/src/mgmsrv/Makefile.am @@ -13,12 +13,11 @@ mgmtsrvr_SOURCES = \ MgmtSrvrConfig.cpp \ CommandInterpreter.cpp -INCLUDES_LOC = -I$(top_srcdir)/ndb/src/ndbapi -I$(top_srcdir)/ndb/include/mgmapi -I$(top_srcdir)/ndb/src/common/mgmcommon +INCLUDES_LOC = -I$(top_srcdir)/ndb/src/ndbapi -I$(top_srcdir)/ndb/src/common/mgmcommon -LDADD_LOC = \ - $(top_srcdir)/ndb/src/mgmapi/libmgmapi.la \ - $(top_srcdir)/ndb/src/common/editline/libeditline.a \ - @TERMCAP_LIB@ +LDADD_LOC = $(top_srcdir)/ndb/src/libndbclient.la \ + $(top_srcdir)/ndb/src/common/editline/libeditline.a \ + @TERMCAP_LIB@ include $(top_srcdir)/ndb/config/common.mk.am include $(top_srcdir)/ndb/config/type_ndbapi.mk.am |