~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/Makefile.am

  • Committer: Elan Ruusamäe
  • Date: 2008-12-04 21:24:04 UTC
  • mto: (641.3.10 devel)
  • mto: This revision was merged to the branch mainline in revision 649.
  • Revision ID: glen@haarber.alkohol.ee-20081204212404-vd3cp20fdd2sy2my
- no need to version dlopened plugins (add -avoid-version in am)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
EXTRA_LTLIBRARIES =     ha_blackhole.la
31
31
pkgplugin_LTLIBRARIES = @plugin_blackhole_shared_target@
32
 
ha_blackhole_la_LDFLAGS=-module -rpath $(pkgplugindir)
33
 
ha_blackhole_la_CXXFLAGS=$(AM_CXXFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
34
 
ha_blackhole_la_SOURCES=ha_blackhole.cc
 
32
ha_blackhole_la_LDFLAGS = -module -avoid-version -rpath $(pkgplugindir)
 
33
ha_blackhole_la_CXXFLAGS = $(AM_CXXFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
 
34
ha_blackhole_la_SOURCES = ha_blackhole.cc
35
35
 
36
36
 
37
37
EXTRA_LIBRARIES =       libblackhole.a
38
38
noinst_LIBRARIES =      @plugin_blackhole_static_target@
39
 
libblackhole_a_SOURCES= ha_blackhole.cc
 
39
libblackhole_a_SOURCES =        ha_blackhole.cc
40
40
 
41
41
 
42
42
EXTRA_DIST =            plug.in