~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/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:
26
26
EXTRA_LTLIBRARIES =     ha_csv.la
27
27
pkglib_LTLIBRARIES =    @plugin_csv_shared_target@
28
28
ha_csv_la_LDFLAGS =     -module -rpath $(MYSQLLIBdir)
29
 
ha_csv_la_CXXFLAGS =    $(AM_CFLAGS) -DMYSQL_PLUGIN
 
29
ha_csv_la_CXXFLAGS =    $(AM_CXXFLAGS) -DMYSQL_PLUGIN
30
30
ha_csv_la_SOURCES =     transparent_file.cc ha_tina.cc 
31
31
 
32
32
EXTRA_LIBRARIES =       libcsv.a
33
33
noinst_LIBRARIES =      @plugin_csv_static_target@
34
 
libcsv_a_CXXFLAGS =     $(AM_CFLAGS)
35
34
libcsv_a_SOURCES =      transparent_file.cc ha_tina.cc
36
35
 
37
36
EXTRA_DIST =            plug.in