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
2573f890
Commit
2573f890
authored
May 27, 2004
by
tomas@poseidon.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed to ndbclient
parent
02a37ce2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
3 deletions
+16
-3
acinclude.m4
acinclude.m4
+1
-1
ndb/src/Makefile.am
ndb/src/Makefile.am
+13
-0
ndb/src/mgmapi/Makefile.am
ndb/src/mgmapi/Makefile.am
+1
-1
ndb/src/ndbapi/Makefile.am
ndb/src/ndbapi/Makefile.am
+1
-1
No files found.
acinclude.m4
View file @
2573f890
...
...
@@ -1355,7 +1355,7 @@ AC_DEFUN([MYSQL_CHECK_NDBCLUSTER], [
AC_DEFINE(HAVE_NDBCLUSTER_DB)
have_ndbcluster="yes"
ndbcluster_includes="-I../ndb/include -I../ndb/include/ndbapi"
ndbcluster_libs="\$(top_builddir)/ndb/src/
ndbapi/libNDB_API
.la"
ndbcluster_libs="\$(top_builddir)/ndb/src/
libndbclient
.la"
ndbcluster_system_libs=""
;;
* )
...
...
ndb/src/Makefile.am
View file @
2573f890
SUBDIRS
=
common mgmapi ndbapi kernel mgmsrv mgmclient cw
ndblib_LTLIBRARIES
=
libndbclient.la
libndbclient_la_LIBADD
=
\
$(top_srcdir)
/ndb/src/ndbapi/libndbapi.la
\
$(top_srcdir)
/ndb/src/common/transporter/libtransporter.la
\
$(top_srcdir)
/ndb/src/common/debugger/libtrace.la
\
$(top_srcdir)
/ndb/src/common/debugger/signaldata/libsignaldataprint.la
\
$(top_srcdir)
/ndb/src/common/mgmcommon/libmgmsrvcommon.la
\
$(top_srcdir)
/ndb/src/mgmapi/libmgmapi.la
\
$(top_srcdir)
/ndb/src/common/logger/liblogger.la
\
$(top_srcdir)
/ndb/src/common/portlib/unix/libportlib.la
\
$(top_srcdir)
/ndb/src/common/util/libgeneral.la
ndb/src/mgmapi/Makefile.am
View file @
2573f890
n
dblib
_LTLIBRARIES
=
libmgmapi.la libMGM_API.la
n
oinst
_LTLIBRARIES
=
libmgmapi.la libMGM_API.la
libmgmapi_la_SOURCES_loc
=
mgmapi.cpp
...
...
ndb/src/ndbapi/Makefile.am
View file @
2573f890
#SUBDIRS = signal-sender
n
dblib
_LTLIBRARIES
=
libndbapi.la libNDB_API.la
n
oinst
_LTLIBRARIES
=
libndbapi.la libNDB_API.la
libndbapi_la_SOURCES_loc
=
\
TransporterFacade.cpp
\
...
...
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