diff options
author | unknown <konstantin@mysql.com> | 2004-06-22 14:47:41 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-06-22 14:47:41 +0400 |
commit | cca9bcd6d77aef8b5ced24ec48a3d4679726144d (patch) | |
tree | 5aa9c1c7b26b63fae631eef343c7841d4e78f49b /tests/Makefile.am | |
parent | 1786230af1815b71e97b0167b067e1e29ddaf164 (diff) | |
download | mariadb-git-cca9bcd6d77aef8b5ced24ec48a3d4679726144d.tar.gz |
- automatic dependency tracking for client_test enabled
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5d6e6a68ae2..5d0e4627b69 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -36,7 +36,6 @@ LIBS = @CLIENT_LIBS@ LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql/libmysqlclient.la client_test_LDADD= $(LDADD) $(CXXLDFLAGS) client_test_SOURCES= client_test.c -client_test_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) insert_test_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) select_test_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) |