Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
e8bd062f
Commit
e8bd062f
authored
May 28, 2004
by
tomas@poseidon.bredbandsbolaget.se
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
problems with automake version, need to figure out different way to do this
parent
c54d098c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
ndb/src/common/transporter/Makefile.am
ndb/src/common/transporter/Makefile.am
+16
-7
No files found.
ndb/src/common/transporter/Makefile.am
View file @
e8bd062f
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment