Commit 47b7c561 authored by joreland@mysql.com's avatar joreland@mysql.com

Only compile SHM if configured to

parent de464333
...@@ -10,7 +10,6 @@ DIRS := basictest perftest ...@@ -10,7 +10,6 @@ DIRS := basictest perftest
SOURCES = \ SOURCES = \
Transporter.cpp \ Transporter.cpp \
SendBuffer.cpp \ SendBuffer.cpp \
SHM_Transporter.cpp \
TCP_Transporter.cpp \ TCP_Transporter.cpp \
TransporterRegistry.cpp \ TransporterRegistry.cpp \
Packer.cpp Packer.cpp
...@@ -22,6 +21,7 @@ CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/include/kernel) \ ...@@ -22,6 +21,7 @@ CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/include/kernel) \
ifeq ($(NDB_SHM), Y) ifeq ($(NDB_SHM), Y)
SOURCES += SHM_Transporter.cpp
ifeq ($(NDB_OS), WIN32) ifeq ($(NDB_OS), WIN32)
SOURCES += SHM_Transporter.win32.cpp SOURCES += SHM_Transporter.win32.cpp
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment