mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
fix for make error in Makefile.am of mysql_client_test.c
This commit is contained in:
parent
b796a7e4d0
commit
64fcbec855
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue