~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/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:
25
25
 
26
26
EXTRA_LTLIBRARIES =     ha_csv.la
27
27
pkglib_LTLIBRARIES =    @plugin_csv_shared_target@
28
 
ha_csv_la_LDFLAGS =     -module -rpath $(MYSQLLIBdir)
 
28
ha_csv_la_LDFLAGS =     -module -avoid-version -rpath $(MYSQLLIBdir)
29
29
ha_csv_la_CXXFLAGS =    $(AM_CXXFLAGS) -DDRIZZLE_PLUGIN
30
30
ha_csv_la_SOURCES =     transparent_file.cc ha_tina.cc 
31
31