~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-31 19:57:34 UTC
  • mfrom: (236.1.27 codestyle)
  • Revision ID: brian@tangent.org-20080731195734-c7cu4gx70xgjr68o
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
MYSQLSHAREdir =         $(pkgdatadir)
18
18
MYSQLBASEdir =          $(prefix)
19
19
MYSQLLIBdir =           $(pkglibdir)
20
 
AM_CPPFLAGS =           ${GLOBAL_CPPFLAGS} \
21
 
                        -I$(top_builddir) \
22
 
                        -I$(top_srcdir)/drizzled
23
 
WRAPLIBS=
24
20
 
25
21
LDADD=                  libmyisamutil.la \
26
22
                        libmyisamnone.la \