Commit 36652d00 authored by unknown's avatar unknown

problems with automake version, need to figure out different way to do this

parent 298fb0f9
noinst_LTLIBRARIES = libtransporter.la noinst_LTLIBRARIES = libtransporter.la
#libtransporter_la_SOURCES = @NDB_TRANSPORTER_SOURCES@
libtransporter_la_SOURCES = \ libtransporter_la_SOURCES = \
Transporter.cpp \ Transporter.cpp \
SendBuffer.cpp \ SendBuffer.cpp \
...@@ -8,13 +10,20 @@ libtransporter_la_SOURCES = \ ...@@ -8,13 +10,20 @@ libtransporter_la_SOURCES = \
TransporterRegistry.cpp \ TransporterRegistry.cpp \
Packer.cpp Packer.cpp
if HAVE_NDB_SHM #libtransporter_la_SOURCES = \
libtransporter_la_SOURCES += SHM_Transporter.cpp SHM_Transporter.unix.cpp # Transporter.cpp \
endif # SendBuffer.cpp \
# TCP_Transporter.cpp \
if HAVE_NDB_SCI # TransporterRegistry.cpp \
libtransporter_la_SOURCES += SCI_Transporter.cpp # Packer.cpp
endif #
#if HAVE_NDB_SHM
# libtransporter_la_SOURCES += SHM_Transporter.cpp SHM_Transporter.unix.cpp
#endif
#
#if HAVE_NDB_SCI
# libtransporter_la_SOURCES += SCI_Transporter.cpp
#endif
INCLUDES_LOC = -I$(top_srcdir)/ndb/include/kernel -I$(top_srcdir)/ndb/include/transporter INCLUDES_LOC = -I$(top_srcdir)/ndb/include/kernel -I$(top_srcdir)/ndb/include/transporter
......
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