~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/Makefile.am

  • Committer: Stewart Smith
  • Date: 2008-07-07 02:40:36 UTC
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080707024036-evzdmi8fjvcxm1lb
sql => server (initial patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
MYSQLLIBdir =           $(pkglibdir)
24
24
AM_CPPFLAGS =           -I$(top_srcdir)/include -I$(top_builddir)/include \
25
25
                        -I$(top_srcdir)/regex \
26
 
                        -I$(top_srcdir)/sql \
 
26
                        -I$(top_srcdir)/server \
27
27
                        -I$(srcdir)
28
28
WRAPLIBS=
29
29