summaryrefslogtreecommitdiff
path: root/libmysqld/examples
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2005-01-25 09:47:00 +0100
committertomas@poseidon.ndb.mysql.com <>2005-01-25 09:47:00 +0100
commit7b3ec51deb95427b4e51fc3876799056ac1e919b (patch)
treeb6f6eb9aea2ed498454219519a8bd338f6d2ee82 /libmysqld/examples
parent3822eeb972dd7e23cb01168a3801e705a8ab8a33 (diff)
downloadmariadb-git-7b3ec51deb95427b4e51fc3876799056ac1e919b.tar.gz
fix for make error in Makefile.am of mysql_client_test.c
Diffstat (limited to 'libmysqld/examples')
-rw-r--r--libmysqld/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/examples/Makefile.am b/libmysqld/examples/Makefile.am
index 85c76df1513..b94d2db2912 100644
--- a/libmysqld/examples/Makefile.am
+++ b/libmysqld/examples/Makefile.am
@@ -29,7 +29,7 @@ mysql_SOURCES = mysql.cc readline.cc completion_hash.cc \
mysql_LDADD = @readline_link@ @TERMCAP_LIB@ $(LDADD)
mysql_client_test_embedded_LINK = $(CXXLINK)
-mysql_client_test_embedded_SOURCES = mysql_client_test.c
+mysql_client_test_embedded_SOURCES = $(top_srcdir)/tests/mysql_client_test.c
clean:
rm -f $(client_sources)