summaryrefslogtreecommitdiff
path: root/ndb/src/common
diff options
context:
space:
mode:
authortomas@poseidon.(none) <>2004-05-27 12:14:19 +0000
committertomas@poseidon.(none) <>2004-05-27 12:14:19 +0000
commitb504425751273ef13ce2e3919077349f20ea0ab9 (patch)
treef544506c23393a2a5911e52b1c2df502ddc1d0fc /ndb/src/common
parent3d6d1e0c4fb3645fd876505395449dd2f5276e29 (diff)
downloadmariadb-git-b504425751273ef13ce2e3919077349f20ea0ab9.tar.gz
see resp file
Diffstat (limited to 'ndb/src/common')
-rw-r--r--ndb/src/common/transporter/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/ndb/src/common/transporter/Makefile.am b/ndb/src/common/transporter/Makefile.am
index 8c46cc29051..1eff91a20ca 100644
--- a/ndb/src/common/transporter/Makefile.am
+++ b/ndb/src/common/transporter/Makefile.am
@@ -6,8 +6,9 @@ libtransporter_la_SOURCES = \
SendBuffer.cpp \
TCP_Transporter.cpp \
TransporterRegistry.cpp \
- Packer.cpp \
- SHM_Transporter.cpp
+ Packer.cpp
+
+# SHM_Transporter.cpp
include $(top_srcdir)/ndb/config/common.mk.am
include $(top_srcdir)/ndb/config/type_util.mk.am