~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/Makefile.am

Merged build changes from Antony.

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 \
24
 
                        -I$(top_srcdir)/storage/innobase/include \
25
 
                        -I$(top_srcdir)/server \
26
 
                        -I$(srcdir)
 
23
AM_CPPFLAGS =           ${GLOBAL_CPPFLAGS} \
 
24
                        -I$(top_srcdir)/storage/innobase/include
27
25
 
28
26
DEFS =                  @DEFS@
29
27