~mkindahl/drizzle/remove-mem-casts

« back to all changes in this revision

Viewing changes to storage/innobase/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-26 04:51:46 UTC
  • mfrom: (202.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080726045146-ax7ofn8aqnkycjl3
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
MYSQLBASEdir=           $(prefix)
21
21
MYSQLLIBdir=            $(pkglibdir)
22
22
pkgplugindir =          $(pkglibdir)/plugin
23
 
AM_CPPFLAGS =              -I$(top_srcdir)/include -I$(top_builddir)/include \
 
23
AM_CPPFLAGS =           ${GLOBAL_CPPFLAGS} \
24
24
                        -I$(top_srcdir)/storage/innobase/include \
25
 
                        -I$(top_srcdir)/server \
26
 
                        -I$(srcdir)
 
25
                        -I$(top_srcdir)/server
27
26
 
28
27
DEFS =                  @DEFS@
29
28