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
7d2d1307
Commit
7d2d1307
authored
Jan 18, 2007
by
mtaylor@qualinost.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding support for versioned libndbclient.so. bug #13522
parent
f5aab8b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
configure.in
configure.in
+7
-0
ndb/src/Makefile.am
ndb/src/Makefile.am
+2
-0
No files found.
configure.in
View file @
7d2d1307
...
@@ -14,6 +14,10 @@ DOT_FRM_VERSION=6
...
@@ -14,6 +14,10 @@ DOT_FRM_VERSION=6
SHARED_LIB_MAJOR_VERSION
=
14
SHARED_LIB_MAJOR_VERSION
=
14
SHARED_LIB_VERSION
=
$SHARED_LIB_MAJOR_VERSION
:0:0
SHARED_LIB_VERSION
=
$SHARED_LIB_MAJOR_VERSION
:0:0
NDB_SHARED_LIB_MAJOR_VERSION
=
1
NDB_SHARED_LIB_VERSION
=
$NDB_SHARED_LIB_MAJOR_VERSION
:0:0
# ndb version
# ndb version
NDB_VERSION_MAJOR
=
4
NDB_VERSION_MAJOR
=
4
NDB_VERSION_MINOR
=
1
NDB_VERSION_MINOR
=
1
...
@@ -73,6 +77,9 @@ AC_DEFINE_UNQUOTED([DOT_FRM_VERSION], [$DOT_FRM_VERSION],
...
@@ -73,6 +77,9 @@ AC_DEFINE_UNQUOTED([DOT_FRM_VERSION], [$DOT_FRM_VERSION],
[
Version of .frm files]
)
[
Version of .frm files]
)
AC_SUBST
(
SHARED_LIB_MAJOR_VERSION
)
AC_SUBST
(
SHARED_LIB_MAJOR_VERSION
)
AC_SUBST
(
SHARED_LIB_VERSION
)
AC_SUBST
(
SHARED_LIB_VERSION
)
AC_SUBST
(
NDB_SHARED_LIB_MAJOR_VERSION
)
AC_SUBST
(
NDB_SHARED_LIB_VERSION
)
AC_SUBST
(
AVAILABLE_LANGUAGES
)
AC_SUBST
(
AVAILABLE_LANGUAGES
)
AC_SUBST
(
AVAILABLE_LANGUAGES_ERRORS
)
AC_SUBST
(
AVAILABLE_LANGUAGES_ERRORS
)
AC_SUBST_FILE
(
AVAILABLE_LANGUAGES_ERRORS_RULES
)
AC_SUBST_FILE
(
AVAILABLE_LANGUAGES_ERRORS_RULES
)
...
...
ndb/src/Makefile.am
View file @
7d2d1307
...
@@ -6,6 +6,8 @@ ndblib_LTLIBRARIES = libndbclient.la
...
@@ -6,6 +6,8 @@ ndblib_LTLIBRARIES = libndbclient.la
libndbclient_la_SOURCES
=
libndbclient_la_SOURCES
=
libndbclient_la_LDFLAGS
=
-version-info
@NDB_SHARED_LIB_VERSION@
libndbclient_la_LIBADD
=
\
libndbclient_la_LIBADD
=
\
ndbapi/libndbapi.la
\
ndbapi/libndbapi.la
\
common/transporter/libtransporter.la
\
common/transporter/libtransporter.la
\
...
...
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