diff options
author | bar@mysql.com <> | 2005-01-25 16:29:24 +0400 |
---|---|---|
committer | bar@mysql.com <> | 2005-01-25 16:29:24 +0400 |
commit | d4a52f5f127ebcb457cbdf8738364fe921d01cd4 (patch) | |
tree | 8501f2211b570aa676b25f5c2f41422cc587ffe2 /tests | |
parent | a698e5a0e191637afb25145e6f54a8f08b238545 (diff) | |
download | mariadb-git-d4a52f5f127ebcb457cbdf8738364fe921d01cd4.tar.gz |
Makefile.am:
after merge fix
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e66637de0aa..b4dda0ab6e8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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) |