~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libmysql/Makefile.am

  • Committer: Stewart Smith
  • Date: 2008-06-30 07:25:44 UTC
  • mfrom: (12.3.2 drizzle-stew)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: stewart@flamingspork.com-20080630072544-1mo85sxbuwh768dk
merge in -stew changes

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 -DDONT_USE_RAID @LIB_EXTRA_CCFLAGS@
 
24
target_defs =   -DUNDEF_THREADS_HACK @LIB_EXTRA_CCFLAGS@
25
25
LIBS =          @CLIENT_LIBS@ 
26
26
INCLUDES =      -I$(top_builddir)/include -I$(top_srcdir)/include -lz
27
27