~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-30 19:17:49 UTC
  • mto: (236.1.7 codestyle)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080730191749-xfjicbhw2qna3hs2
Removed excess AM_CPPFLAGS from the tree. Now the only thing that should be in the include path should be -I${top_srcdir} and -I${top_builddir}w

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
MYSQLBASEdir=           $(prefix)
22
22
MYSQLLIBdir=            $(pkglibdir)
23
23
pkgplugindir =          $(pkglibdir)/plugin
24
 
AM_CPPFLAGS =           -I$(top_builddir) \
25
 
                        -I$(top_srcdir)/drizzled
26
24
 
27
25
LDADD =
28
26
AM_CFLAGS = -DHAVE_MYSQL_CONFIG_H