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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
0d6d40a0
Commit
0d6d40a0
authored
Jun 01, 2004
by
tomas@poseidon.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
parents
00b5e46f
252eda1f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
11 deletions
+13
-11
ndb/src/cw/cpcd/Makefile.am
ndb/src/cw/cpcd/Makefile.am
+1
-1
ndb/src/kernel/ndb-main/Makefile.am
ndb/src/kernel/ndb-main/Makefile.am
+10
-8
ndb/src/mgmclient/Makefile.am
ndb/src/mgmclient/Makefile.am
+1
-1
ndb/src/mgmsrv/Makefile.am
ndb/src/mgmsrv/Makefile.am
+1
-1
No files found.
ndb/src/cw/cpcd/Makefile.am
View file @
0d6d40a0
...
...
@@ -3,7 +3,7 @@ ndbtools_PROGRAMS = ndb_cpcd
ndb_cpcd_SOURCES
=
main.cpp CPCD.cpp Process.cpp APIService.cpp Monitor.cpp common.cpp
LDADD_LOC
=
$(top_srcdir)
/ndb/src/
libndbclient.l
a
LDADD_LOC
=
$(top_srcdir)
/ndb/src/
.libs/libndbclient.
a
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_util.mk.am
...
...
ndb/src/kernel/ndb-main/Makefile.am
View file @
0d6d40a0
ndbbindir_root
=
$(prefix)
ndbbindir
=
$(ndbbindir_root)
/ndb/bin
ndbbin_PROGRAMS
=
ndb
ndb_SOURCES
=
Main.cpp SimBlockList.cpp
...
...
@@ -42,14 +44,14 @@ LDADD += \
../blocks/dbtux/libdbtux.a
\
../vm/libkernel.a
\
../error/liberror.a
\
$(top_srcdir)
/ndb/src/common/transporter/
libtransporter.l
a
\
$(top_srcdir)
/ndb/src/common/debugger/
libtrace.l
a
\
$(top_srcdir)
/ndb/src/common/debugger/signaldata/
libsignaldataprint.l
a
\
$(top_srcdir)
/ndb/src/common/logger/
liblogger.l
a
\
$(top_srcdir)
/ndb/src/common/mgmcommon/
libmgmsrvcommon.l
a
\
$(top_srcdir)
/ndb/src/mgmapi/
libmgmapi.l
a
\
$(top_srcdir)
/ndb/src/common/portlib/unix/
libportlib.l
a
\
$(top_srcdir)
/ndb/src/common/util/
libgeneral.l
a
$(top_srcdir)
/ndb/src/common/transporter/
.libs/libtransporter.
a
\
$(top_srcdir)
/ndb/src/common/debugger/
.libs/libtrace.
a
\
$(top_srcdir)
/ndb/src/common/debugger/signaldata/
.libs/libsignaldataprint.
a
\
$(top_srcdir)
/ndb/src/common/logger/
.libs/liblogger.
a
\
$(top_srcdir)
/ndb/src/common/mgmcommon/
.libs/libmgmsrvcommon.
a
\
$(top_srcdir)
/ndb/src/mgmapi/
.libs/libmgmapi.
a
\
$(top_srcdir)
/ndb/src/common/portlib/unix/
.libs/libportlib.
a
\
$(top_srcdir)
/ndb/src/common/util/
.libs/libgeneral.
a
# Don't update the files from bitkeeper
%
::
SCCS/s.%
ndb/src/mgmclient/Makefile.am
View file @
0d6d40a0
...
...
@@ -11,7 +11,7 @@ include $(top_srcdir)/ndb/config/type_ndbapi.mk.am
INCLUDES
+=
-I
$(top_srcdir)
/ndb/include/mgmapi
-I
$(top_srcdir)
/ndb/src/common/mgmcommon
LDADD_LOC
=
$(top_srcdir)
/ndb/src/
libndbclient.l
a
\
LDADD_LOC
=
$(top_srcdir)
/ndb/src/
.libs/libndbclient.
a
\
$(top_srcdir)
/ndb/src/common/editline/libeditline.a
\
@TERMCAP_LIB@
...
...
ndb/src/mgmsrv/Makefile.am
View file @
0d6d40a0
...
...
@@ -17,7 +17,7 @@ INCLUDES_LOC = -I$(top_srcdir)/ndb/src/ndbapi \
-I
$(top_srcdir)
/ndb/src/mgmapi
\
-I
$(top_srcdir)
/ndb/src/common/mgmcommon
LDADD_LOC
=
$(top_srcdir)
/ndb/src/
libndbclient.l
a
\
LDADD_LOC
=
$(top_srcdir)
/ndb/src/
.libs/libndbclient.
a
\
$(top_srcdir)
/ndb/src/common/editline/libeditline.a
\
@TERMCAP_LIB@
...
...
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