summaryrefslogtreecommitdiff
path: root/ndb/src
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src')
-rw-r--r--ndb/src/kernel/Makefile.am4
-rw-r--r--ndb/src/kernel/blocks/backup/restore/Makefile.am4
-rw-r--r--ndb/src/mgmclient/Makefile.am4
-rw-r--r--ndb/src/mgmsrv/Makefile.am4
4 files changed, 8 insertions, 8 deletions
diff --git a/ndb/src/kernel/Makefile.am b/ndb/src/kernel/Makefile.am
index bc84eda1f92..7f2f33bd8e5 100644
--- a/ndb/src/kernel/Makefile.am
+++ b/ndb/src/kernel/Makefile.am
@@ -2,9 +2,9 @@ SUBDIRS = error blocks vm
include $(top_srcdir)/ndb/config/common.mk.am
-ndbbin_PROGRAMS = ndb
+ndbbin_PROGRAMS = ndbd
-ndb_SOURCES = Main.cpp SimBlockList.cpp
+ndbd_SOURCES = Main.cpp SimBlockList.cpp
include $(top_srcdir)/ndb/config/type_kernel.mk.am
diff --git a/ndb/src/kernel/blocks/backup/restore/Makefile.am b/ndb/src/kernel/blocks/backup/restore/Makefile.am
index 6d928a11cc1..a3ff9402bb2 100644
--- a/ndb/src/kernel/blocks/backup/restore/Makefile.am
+++ b/ndb/src/kernel/blocks/backup/restore/Makefile.am
@@ -1,7 +1,7 @@
-ndbtools_PROGRAMS = restore
+ndbtools_PROGRAMS = ndb_restore
-restore_SOURCES = main.cpp Restore.cpp
+ndb_restore_SOURCES = main.cpp Restore.cpp
LDADD_LOC = $(top_srcdir)/ndb/src/libndbclient.la
diff --git a/ndb/src/mgmclient/Makefile.am b/ndb/src/mgmclient/Makefile.am
index 65a194e75b3..9482d70eb0a 100644
--- a/ndb/src/mgmclient/Makefile.am
+++ b/ndb/src/mgmclient/Makefile.am
@@ -1,7 +1,7 @@
-ndbtools_PROGRAMS = mgmtclient
+ndbtools_PROGRAMS = ndb_mgm
-mgmtclient_SOURCES = \
+ndb_mgm_SOURCES = \
main.cpp \
CommandInterpreter.cpp \
CpcClient.cpp
diff --git a/ndb/src/mgmsrv/Makefile.am b/ndb/src/mgmsrv/Makefile.am
index 3c7e289251c..143e0996103 100644
--- a/ndb/src/mgmsrv/Makefile.am
+++ b/ndb/src/mgmsrv/Makefile.am
@@ -1,7 +1,7 @@
-ndbbin_PROGRAMS = mgmtsrvr
+ndbbin_PROGRAMS = ndb_mgmd
-mgmtsrvr_SOURCES = \
+ndb_mgmd_SOURCES = \
MgmtSrvr.cpp \
MgmtSrvrGeneralSignalHandling.cpp \
main.cpp \