~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libmysql_r/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-06-30 06:56:53 UTC
  • mfrom: (12.3.2 drizzle-stew)
  • Revision ID: brian@tangent.org-20080630065653-xoibpmich1eowujv
Incoming merge, took the opportunity to remove mysql_embed.h while I was at
it.

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