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
8599b630
Commit
8599b630
authored
Jun 08, 2004
by
tomas@poseidon.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for automake-1.5
parent
e7abc7b7
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
5 deletions
+12
-5
ndb/src/cw/cpcd/Makefile.am
ndb/src/cw/cpcd/Makefile.am
+1
-1
ndb/src/kernel/blocks/backup/restore/Makefile.am
ndb/src/kernel/blocks/backup/restore/Makefile.am
+1
-1
ndb/src/mgmclient/Makefile.am
ndb/src/mgmclient/Makefile.am
+1
-1
ndb/src/mgmsrv/Makefile.am
ndb/src/mgmsrv/Makefile.am
+1
-1
ndb/tools/Makefile.am
ndb/tools/Makefile.am
+8
-1
No files found.
ndb/src/cw/cpcd/Makefile.am
View file @
8599b630
...
...
@@ -8,7 +8,7 @@ LDADD_LOC = $(top_builddir)/ndb/src/libndbclient.la
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_util.mk.am
AM
_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb_cpcd
_LDFLAGS
=
@ndb_bin_am_ldflags@
# Don't update the files from bitkeeper
%
::
SCCS/s.%
ndb/src/kernel/blocks/backup/restore/Makefile.am
View file @
8599b630
...
...
@@ -9,4 +9,4 @@ include $(top_srcdir)/ndb/config/common.mk.am
INCLUDES
+=
-I
..
-I
$(top_srcdir)
/include
-I
$(top_srcdir)
/ndb/include
-I
$(top_srcdir)
/ndb/src/ndbapi
-I
$(top_srcdir)
/ndb/include/ndbapi
-I
$(top_srcdir)
/ndb/include/util
-I
$(top_srcdir)
/ndb/include/portlib
-I
$(top_srcdir)
/ndb/include/kernel
AM
_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb_restore
_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb/src/mgmclient/Makefile.am
View file @
8599b630
...
...
@@ -15,7 +15,7 @@ LDADD_LOC = $(top_builddir)/ndb/src/libndbclient.la \
$(top_builddir)
/ndb/src/common/editline/libeditline.a
\
@TERMCAP_LIB@
AM
_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb_mgm
_LDFLAGS
=
@ndb_bin_am_ldflags@
# Don't update the files from bitkeeper
%
::
SCCS/s.%
ndb/src/mgmsrv/Makefile.am
View file @
8599b630
...
...
@@ -24,7 +24,7 @@ LDADD_LOC = $(top_builddir)/ndb/src/libndbclient.la \
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_ndbapi.mk.am
AM
_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb_mgmd
_LDFLAGS
=
@ndb_bin_am_ldflags@
# Don't update the files from bitkeeper
%
::
SCCS/s.%
ndb/tools/Makefile.am
View file @
8599b630
...
...
@@ -23,7 +23,14 @@ ndb_select_count_SOURCES = select_count.cpp $(tools_common_sources)
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_ndbapitools.mk.am
AM_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb_waiter_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb_drop_table_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb_delete_all_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb_desc_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb_drop_index_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb_show_tables_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb_select_all_LDFLAGS
=
@ndb_bin_am_ldflags@
ndb_select_count_LDFLAGS
=
@ndb_bin_am_ldflags@
# Don't update the files from bitkeeper
%
::
SCCS/s.%
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