File tree Expand file tree Collapse file tree 4 files changed +4
-14
lines changed Expand file tree Collapse file tree 4 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 22
22
#include < kernel/NodeBitmask.hpp>
23
23
#include " ConfigInfo.hpp"
24
24
#include < mgmapi.h>
25
- #include < mgmapi_configuration.hpp>
25
+ #include " ../mgmapi/ mgmapi_configuration.hpp"
26
26
27
27
28
28
/* *
Original file line number Diff line number Diff line change @@ -72,12 +72,6 @@ MYSQL_ADD_EXECUTABLE(ndb_config
72
72
COMPONENT ClusterTools )
73
73
TARGET_LINK_LIBRARIES (ndb_config ndbmgmclient ndbconf )
74
74
75
- SET (options "-I${CMAKE_SOURCE_DIR} /storage/ndb/src/mgmapi" )
76
- SET (options "${options} -I${CMAKE_SOURCE_DIR} /storage/ndb/src/mgmsrv" )
77
- SET (options "${options} -I${CMAKE_SOURCE_DIR} /storage/ndb/include/mgmcommon" )
78
- SET_TARGET_PROPERTIES (ndb_config PROPERTIES
79
- COMPILE_FLAGS "${options} " )
80
-
81
75
# Build ndbinfo_sql and run it to create ndbinfo.sql
82
76
ADD_EXECUTABLE (ndbinfo_sql ndbinfo_sql.cpp )
83
77
TARGET_LINK_LIBRARIES (ndbinfo_sql ndbclient )
Original file line number Diff line number Diff line change @@ -60,10 +60,6 @@ ndb_config_SOURCES = ndb_config.cpp \
60
60
../src/mgmsrv/ConfigInfo.cpp \
61
61
../src/mgmsrv/InitConfigFileParser.cpp
62
62
63
- ndb_config_CXXFLAGS = -I$(top_srcdir ) /storage/ndb/src/mgmapi \
64
- -I$(top_srcdir ) /storage/ndb/src/mgmsrv \
65
- -I$(top_srcdir ) /storage/ndb/include/mgmcommon
66
-
67
63
ndb_restore_LDADD = $(top_builddir ) /storage/ndb/src/common/util/libndbazio.la \
68
64
$(LDADD )
69
65
Original file line number Diff line number Diff line change 28
28
29
29
#include < NdbOut.hpp>
30
30
#include < mgmapi.h>
31
- #include < mgmapi_configuration.hpp>
32
- #include < ConfigInfo.hpp>
31
+ #include " ../src/mgmapi/ mgmapi_configuration.hpp"
32
+ #include " ../src/mgmsrv/ ConfigInfo.hpp"
33
33
#include < NdbAutoPtr.hpp>
34
34
#include < NdbTCP.h>
35
35
@@ -552,7 +552,7 @@ fetch_configuration()
552
552
return conf;
553
553
}
554
554
555
- #include < Config.hpp>
555
+ #include " ../src/mgmsrv/ Config.hpp"
556
556
#include < EventLogger.hpp>
557
557
558
558
extern EventLogger *g_eventLogger;
You can’t perform that action at this time.
0 commit comments