summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <lenz@kallisto.local>2003-10-08 13:06:47 +0200
committerunknown <lenz@kallisto.local>2003-10-08 13:06:47 +0200
commit387485bb62762cd8d73ed5fbe476f4552d59a3cf (patch)
tree200cea66c3a4a0fa616b3b574e175d57198cd660
parent21e2957d8a576e905205555c0094f17211f1bed4 (diff)
downloadmariadb-git-387485bb62762cd8d73ed5fbe476f4552d59a3cf.tar.gz
- added missing link line that seemed to have gone lost during the last
4.0->4.1 merge (mysqltest needs to be linked with a C++ compiler)
-rw-r--r--libmysqld/examples/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmysqld/examples/Makefile.am b/libmysqld/examples/Makefile.am
index c2292a6b48d..fe56926039d 100644
--- a/libmysqld/examples/Makefile.am
+++ b/libmysqld/examples/Makefile.am
@@ -13,6 +13,8 @@ INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include -I$(srcdir) \
LIBS = @LIBS@ @WRAPLIBS@ @CLIENT_LIBS@
LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysqld.a @innodb_system_libs@ @bdb_libs_with_path@ @LIBDL@ $(CXXLDFLAGS)
+mysqltest_LINK = $(CXXLINK)
+
mysqltest_SOURCES = mysqltest.c
mysql_SOURCES = mysql.cc readline.cc completion_hash.cc \