diff --git a/ndb/tools/Makefile.am b/ndb/tools/Makefile.am index 0ad8a01b9e2..17b71f7e33c 100644 --- a/ndb/tools/Makefile.am +++ b/ndb/tools/Makefile.am @@ -33,7 +33,7 @@ ndb_restore_SOURCES = restore/restore_main.cpp \ restore/Restore.cpp \ ../test/src/NDBT_ResultRow.cpp $(tools_common_sources) -ndb_config_SOURCES = config.cpp \ +ndb_config_SOURCES = ndb_config.cpp \ ../src/mgmsrv/Config.cpp \ ../src/mgmsrv/ConfigInfo.cpp \ ../src/mgmsrv/InitConfigFileParser.cpp diff --git a/ndb/tools/config.cpp b/ndb/tools/ndb_config.cpp similarity index 100% rename from ndb/tools/config.cpp rename to ndb/tools/ndb_config.cpp