~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-03-03 18:50:34 UTC
  • mfrom: (908.1.17 mordred)
  • Revision ID: brian@tangent.org-20090303185034-obr7tiwx8vyn0i7j
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
15
 
16
16
 
17
 
AM_CPPFLAGS=            -I$(top_srcdir) -I$(top_builddir) \
18
 
                        -I$(top_srcdir)/include -I$(top_builddir)/include \
19
 
                        -I$(top_srcdir)/regex \
20
 
                        -I$(top_srcdir)/storage/innobase/include \
21
 
                        -I$(top_srcdir)/sql
 
17
AM_CPPFLAGS+=           -I$(top_srcdir)/storage/innobase/include
22
18
 
23
19
if BUILD_DRIZZLE
24
20
EXTRA_DEFS="-DBUILD_DRIZZLE"