~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/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:
22
22
MYSQLLIBdir=            $(pkglibdir)
23
23
pkgplugindir =          $(pkglibdir)/plugin
24
24
AM_CPPFLAGS =           -I$(top_srcdir)/include -I$(top_builddir)/include \
25
 
                        -I$(top_srcdir)/server
 
25
                        -I$(top_builddir) \
 
26
                        -I$(top_srcdir)/drizzled
26
27
 
27
28
LDADD =
28
29
AM_CFLAGS = -DHAVE_MYSQL_CONFIG_H