diff options
author | mikron@mikael-ronstr-ms-dator.local <> | 2007-05-07 15:25:24 +0200 |
---|---|---|
committer | mikron@mikael-ronstr-ms-dator.local <> | 2007-05-07 15:25:24 +0200 |
commit | 4cdf0fab489814cd3cf4516dc18708d405f27be5 (patch) | |
tree | d960998d1274f6d506aecff8d945653e0bff6d6c /libmysqld/Makefile.am | |
parent | 35a0af31133f044926447b491683465f0fe938f0 (diff) | |
download | mariadb-git-4cdf0fab489814cd3cf4516dc18708d405f27be5.tar.gz |
Fix SCI Transporter
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@ # |