~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Stewart Smith
  • Date: 2008-06-30 06:25:49 UTC
  • mfrom: (12.3.1 drizzle-stew)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: stewart@flamingspork.com-20080630062549-js2qnn332yz28dp8
remove non-thread safe client library. client lib is now *always* thread safe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
DIST_SUBDIRS =          . include \
30
30
                        sql-common scripts \
31
 
                        strings mysys dbug extra regex libmysql libmysql_r client unittest storage plugin \
 
31
                        strings mysys dbug extra regex libmysql client unittest storage plugin \
32
32
                        vio sql tests \
33
33
                        mysql-test support-files
34
34