mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Makefile.am:
after merge fix tests/Makefile.am: after merge fix
This commit is contained in:
parent
a9ba3fe0db
commit
65a0093dc9
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ INCLUDES = -I$(top_srcdir)/include $(openssl_includes)
|
|||
LIBS = @CLIENT_LIBS@
|
||||
LDADD = @CLIENT_EXTRA_LDFLAGS@ \
|
||||
$(top_builddir)/libmysql/libmysqlclient.la
|
||||
client_test_LDADD= $(LDADD) $(CXXLDFLAGS) \
|
||||
mysql_client_test_LDADD= $(LDADD) $(CXXLDFLAGS) \
|
||||
$(top_builddir)/mysys/libmysys.a
|
||||
client_test_SOURCES= mysql_client_test.c
|
||||
mysql_client_test_SOURCES= mysql_client_test.c
|
||||
insert_test_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
|
||||
select_test_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue