Commit ae94c9a1 authored by unknown's avatar unknown

Only compile SHM if configured to

parent b36bf32d
...@@ -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