~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libmysql/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-06-30 19:58:51 UTC
  • Revision ID: brian@tangent.org-20080630195851-mkf52emj04anr5ro
Clean up of configure.in

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# This file is public domain and comes with NO WARRANTY of any kind
22
22
 
23
23
target =        libmysqlclient.la
24
 
target_defs =   -DUNDEF_THREADS_HACK @LIB_EXTRA_CCFLAGS@
 
24
target_defs =   -DUNDEF_THREADS_HACK
25
25
LIBS =          @CLIENT_LIBS@ 
26
26
INCLUDES =      -I$(top_builddir)/include -I$(top_srcdir)/include -lz
27
27