~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-08-12 00:57:48 UTC
  • mfrom: (287.3.26 codestyle)
  • Revision ID: brian@tangent.org-20080812005748-c0od4bnpov0bvfwn
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
EXTRA_LTLIBRARIES =     ha_blackhole.la
31
31
pkgplugin_LTLIBRARIES = @plugin_blackhole_shared_target@
32
32
ha_blackhole_la_LDFLAGS=-module -rpath $(pkgplugindir)
33
 
ha_blackhole_la_CXXFLAGS=$(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
34
 
ha_blackhole_la_CFLAGS= $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
 
33
ha_blackhole_la_CXXFLAGS=$(AM_CXXFLAGS) -DMYSQL_DYNAMIC_PLUGIN
35
34
ha_blackhole_la_SOURCES=ha_blackhole.cc
36
35
 
37
36
 
38
37
EXTRA_LIBRARIES =       libblackhole.a
39
38
noinst_LIBRARIES =      @plugin_blackhole_static_target@
40
 
libblackhole_a_CXXFLAGS=$(AM_CFLAGS)
41
 
libblackhole_a_CFLAGS = $(AM_CFLAGS)
42
39
libblackhole_a_SOURCES= ha_blackhole.cc
43
40
 
44
41