File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717INCLUDE_DIRECTORIES (${CMAKE_SOURCE_DIR} /include
1818 ${CMAKE_SOURCE_DIR} /libmysqld/include
1919 ${CMAKE_SOURCE_DIR} /regex
20- ${CMAKE_SOURCE_DIR} /zlib
20+ ${CMAKE_SOURCE_DIR} /zlib
21+ ${CMAKE_SOURCE_DIR} /tests
2122 ${CMAKE_SOURCE_DIR} /extra/yassl/include )
2223
2324# Currently does not work with DBUG, there are missing symbols reported.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ link_sources:
3535DEFS = -DEMBEDDED_LIBRARY
3636INCLUDES = -I$(top_builddir ) /include -I$(top_srcdir ) /include -I$(srcdir ) \
3737 -I$(top_srcdir ) -I$(top_srcdir ) /client -I$(top_srcdir ) /regex \
38- $(openssl_includes )
38+ -I $( top_srcdir ) /tests $(openssl_includes )
3939LIBS = @LIBS@ @WRAPLIBS@ @CLIENT_LIBS@ $(yassl_libs )
4040LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysqld.a @LIBDL@ $(CXXLDFLAGS ) \
4141 @NDB_SCI_LIBS@
@@ -51,6 +51,7 @@ mysql_LDADD = @readline_link@ @TERMCAP_LIB@ $(LDADD)
5151
5252mysql_client_test_embedded_LINK = $(CXXLINK )
5353nodist_mysql_client_test_embedded_SOURCES = mysql_client_test.c
54+ mysql_client_test.o : $(top_srcdir ) /tests/mysql_client_fw.c
5455
5556# Don't update the files from bitkeeper
5657% ::SCCS/s.%
You can’t perform that action at this time.
0 commit comments