Commit 8571a218 authored by unknown's avatar unknown
Browse files

Makefile.am:

  config.cpp => ndb_config.cpp, solves link problems on case insensitive OS
ndb_config.cpp:
  Rename: ndb/tools/config.cpp -> ndb/tools/ndb_config.cpp


ndb/tools/ndb_config.cpp:
  Rename: ndb/tools/config.cpp -> ndb/tools/ndb_config.cpp
ndb/tools/Makefile.am:
  config.cpp => ndb_config.cpp, solves link problems on case insensitive OS
parent bf076931
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ ndb_restore_SOURCES = restore/restore_main.cpp \
                      restore/consumer_printer.cpp \
                      restore/Restore.cpp

ndb_config_SOURCES = config.cpp \
ndb_config_SOURCES = ndb_config.cpp \
	../src/mgmsrv/Config.cpp \
	../src/mgmsrv/ConfigInfo.cpp \
	../src/mgmsrv/InitConfigFileParser.cpp
+0 −0

File moved.