~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-27 21:07:26 UTC
  • Revision ID: brian@tangent.org-20080727210726-zxwx10dy0w55qswh
Rename of fields (fix issue with string and decimal .h clashing).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
MYSQLBASEdir=           $(prefix)
21
21
MYSQLLIBdir=            $(pkglibdir)
22
22
AM_CPPFLAGS =           ${GLOBAL_CPPFLAGS} \
23
 
                        -I$(top_srcdir)/server
 
23
                        -I$(top_builddir) \
 
24
                        -I$(top_srcdir)/drizzled
24
25
LDADD =
25
26
 
26
27
DEFS =  @DEFS@