~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/Makefile.am

  • Committer: Mats Kindahl
  • Date: 2008-08-07 06:24:22 UTC
  • mfrom: (265 drizzle)
  • mto: (264.1.19 codestyle)
  • mto: This revision was merged to the branch mainline in revision 266.
  • Revision ID: mats@mysql.com-20080807062422-20kyv6ssp4grfm0s
Manual merge of lp:drizzle into ~mkindahl/remove-mem-casts.

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