~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/Makefile.am

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

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