diff options
author | unknown <mikron@mikael-ronstr-ms-dator.local> | 2007-05-07 15:25:24 +0200 |
---|---|---|
committer | unknown <mikron@mikael-ronstr-ms-dator.local> | 2007-05-07 15:25:24 +0200 |
commit | ef4445187c7d3027215d39a3af92d40b58065d71 (patch) | |
tree | d960998d1274f6d506aecff8d945653e0bff6d6c /libmysqld/Makefile.am | |
parent | 632e03f86dbc4cdcfcefb42bc8d47f59cd2d882d (diff) | |
download | mariadb-git-ef4445187c7d3027215d39a3af92d40b58065d71.tar.gz |
Fix SCI Transporter
config/ac-macros/ha_ndbcluster.m4:
Fix SCI Transporter build part
libmysqld/Makefile.am:
Fix SCI Transporter build part
libmysqld/examples/Makefile.am:
Fix SCI Transporter build part
Diffstat (limited to 'libmysqld/Makefile.am')
-rw-r--r-- | libmysqld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index 95e3e539eee..81da1e43cc9 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -81,7 +81,7 @@ INC_LIB= $(top_builddir)/regex/libregex.a \ $(top_builddir)/mysys/libmysys.a \ $(top_builddir)/strings/libmystrings.a \ $(top_builddir)/dbug/libdbug.a \ - $(top_builddir)/vio/libvio.a + $(top_builddir)/vio/libvio.a @NDB_SCI_LIBS@ # |