~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-14 22:40:46 UTC
  • Revision ID: brian@tangent.org-20080714224046-x183907w9wp1txwv
Removed sql_manager. Ever heard of just setting up the OS to sync when you
want it to?

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
MYSQLSHAREdir =         $(pkgdatadir)
20
20
MYSQLBASEdir=           $(prefix)
21
21
MYSQLLIBdir=            $(pkglibdir)
 
22
AM_CPPFLAGS =              -I$(top_builddir)/include \
 
23
                        -I$(top_srcdir)/include \
 
24
                        -I$(top_srcdir)/regex \
 
25
                        -I$(top_srcdir)/server \
 
26
                        -I$(srcdir)
 
27
LDADD =
22
28
 
23
29
DEFS =  @DEFS@
24
30
noinst_HEADERS    =     ha_tina.h transparent_file.h
26
32
EXTRA_LTLIBRARIES =     ha_csv.la
27
33
pkglib_LTLIBRARIES =    @plugin_csv_shared_target@
28
34
ha_csv_la_LDFLAGS =     -module -rpath $(MYSQLLIBdir)
29
 
ha_csv_la_CXXFLAGS =    $(AM_CXXFLAGS) -DDRIZZLE_PLUGIN
 
35
ha_csv_la_CXXFLAGS =    $(AM_CFLAGS) -DMYSQL_PLUGIN
30
36
ha_csv_la_SOURCES =     transparent_file.cc ha_tina.cc 
31
37
 
32
38
EXTRA_LIBRARIES =       libcsv.a
33
39
noinst_LIBRARIES =      @plugin_csv_static_target@
 
40
libcsv_a_CXXFLAGS =     $(AM_CFLAGS)
34
41
libcsv_a_SOURCES =      transparent_file.cc ha_tina.cc
35
42
 
36
43
EXTRA_DIST =            plug.in