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/examples | |
parent | 35a0af31133f044926447b491683465f0fe938f0 (diff) | |
download | mariadb-git-4cdf0fab489814cd3cf4516dc18708d405f27be5.tar.gz |
Fix SCI Transporter
Diffstat (limited to 'libmysqld/examples')
-rw-r--r-- | libmysqld/examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmysqld/examples/Makefile.am b/libmysqld/examples/Makefile.am index f30951a5d81..e0dd8491688 100644 --- a/libmysqld/examples/Makefile.am +++ b/libmysqld/examples/Makefile.am @@ -35,7 +35,8 @@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir) \ -I$(top_srcdir) -I$(top_srcdir)/client -I$(top_srcdir)/regex \ $(openssl_includes) LIBS = @LIBS@ @WRAPLIBS@ @CLIENT_LIBS@ $(yassl_libs) -LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysqld.a @innodb_system_libs@ @LIBDL@ $(CXXLDFLAGS) +LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysqld.a @innodb_system_libs@ @LIBDL@ $(CXXLDFLAGS) \ + @NDB_SCI_LIBS@ mysqltest_embedded_LINK = $(CXXLINK) mysqltest_embedded_SOURCES = mysqltest.c |