mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
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
This commit is contained in:
parent
3b64651683
commit
fd4880814c
2 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ndb_restore_SOURCES = restore/restore_main.cpp \
|
||||||
restore/consumer_printer.cpp \
|
restore/consumer_printer.cpp \
|
||||||
restore/Restore.cpp
|
restore/Restore.cpp
|
||||||
|
|
||||||
ndb_config_SOURCES = config.cpp \
|
ndb_config_SOURCES = ndb_config.cpp \
|
||||||
../src/mgmsrv/Config.cpp \
|
../src/mgmsrv/Config.cpp \
|
||||||
../src/mgmsrv/ConfigInfo.cpp \
|
../src/mgmsrv/ConfigInfo.cpp \
|
||||||
../src/mgmsrv/InitConfigFileParser.cpp
|
../src/mgmsrv/InitConfigFileParser.cpp
|
||||||
|
|
Loading…
Reference in a new issue