~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-12-05 03:17:16 UTC
  • mfrom: (641.3.11 devel)
  • Revision ID: brian@tangent.org-20081205031716-r65xkzugjylmvv1h
Monty merge (a couple of alterations for malloc()).

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
EXTRA_LTLIBRARIES=      ha_innodb.la
201
201
pkgplugin_LTLIBRARIES=  @plugin_innobase_shared_target@
202
202
 
203
 
ha_innodb_la_LDFLAGS=   -module -rpath $(pkgplugindir)
 
203
ha_innodb_la_LDFLAGS=   -module -avoid-version -rpath $(pkgplugindir)
204
204
ha_innodb_la_CFLAGS=    ${AM_CFLAGS} ${DYNAMIC_PLUGIN}
205
205
ha_innodb_la_CXXFLAGS=  ${AM_CXXFLAGS} ${DYNAMIC_PLUGIN}
206
206
ha_innodb_la_LIBADD=    @plugin_innobase_shared_target@ \