Commit ac539e79 authored by unknown's avatar unknown

fix for make error in Makefile.am of mysql_client_test.c

parent c696cde2
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment