summaryrefslogtreecommitdiff
path: root/ndb/src/Makefile.am
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2004-11-14 11:02:06 +0000
committertomas@poseidon.ndb.mysql.com <>2004-11-14 11:02:06 +0000
commit0d55af3f0e5d4d120766ec629c162c500a9b7d74 (patch)
tree57617e59cb2ee43ba481c87b953a8a7f43ac17d8 /ndb/src/Makefile.am
parenta6b6352d95ee03435abb08163b06c5e336ad8fbb (diff)
downloadmariadb-git-0d55af3f0e5d4d120766ec629c162c500a9b7d74.tar.gz
moved ndb_restore together with rest of the ndb tools
kernel includes needed by ndb_restore changed link order moved LocalConfig to mgmapi Moved NdbConfig to Portlib mgmapi to use LocalConfig for connectstring parsing instead of it's own enable usage of "NULL" connectstring for default new ndbmgmclient lib that can be used by e.g. mysqladmin later LocalConfig no longer needed here, now in mgmapi Send connectstring to mgmapi instead added valid connectstring to be with only host without port i.e. valid connectstring =host1,host2,host3 default port will be added
Diffstat (limited to 'ndb/src/Makefile.am')
-rw-r--r--ndb/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/Makefile.am b/ndb/src/Makefile.am
index bed43438e91..36a4c3f247f 100644
--- a/ndb/src/Makefile.am
+++ b/ndb/src/Makefile.am
@@ -11,8 +11,8 @@ libndbclient_la_LIBADD = \
common/transporter/libtransporter.la \
common/debugger/libtrace.la \
common/debugger/signaldata/libsignaldataprint.la \
- common/mgmcommon/libmgmsrvcommon.la \
mgmapi/libmgmapi.la \
+ common/mgmcommon/libmgmsrvcommon.la \
common/logger/liblogger.la \
common/portlib/libportlib.la \
common/util/libgeneral.la