~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702143548-onj30ry0sugr01uw
Removed all references to THREAD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
LIBS =                          @CLIENT_LIBS@ -lz
25
25
 
26
 
LDADD=                          $(CLIENT_THREAD_LIBS) \
27
 
                                $(top_builddir)/sql-common/libsqlcommon.la \
 
26
LDADD=                          $(top_builddir)/sql-common/libsqlcommon.la \
28
27
                                $(top_builddir)/libmysql/libmysqlclient.la -lz
29
28
 
30
29