~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

More cleanup, this time libmysql_r goes to the bitbucket

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
## Process this file with automake to create Makefile.in
19
19
 
20
20
 
21
 
if THREAD_SAFE_CLIENT
22
 
LIBMYSQLCLIENT_LA =             $(top_builddir)/libmysql_r/libmysqlclient_r.la
23
 
else
24
21
LIBMYSQLCLIENT_LA =             $(top_builddir)/libmysql/libmysqlclient.la
25
 
endif
26
22
 
27
23
EXTRA_DIST =            auto_increment.res auto_increment.tst \
28
24
                        function.res function.tst lock_test.pl lock_test.res \
41
37
                        $(openssl_includes)
42
38
LIBS =                  @CLIENT_LIBS@
43
39
LDADD =                 @CLIENT_EXTRA_LDFLAGS@ \
44
 
                        $(LIBMYSQLCLIENT_LA)
 
40
                        $(LIBMYSQLCLIENT_LA) -lz
45
41
 
46
42
mysql_client_test_LDADD= $(LDADD) $(CXXLDFLAGS)
47
43
mysql_client_test_SOURCES= mysql_client_test.c\