~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-24 21:31:56 UTC
  • mto: (236.1.42 codestyle)
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: monty@inaugust.com-20080724213156-p7f25ldaxvhiq6sh
Moved the includes we use everywhere to to GLOBAL_CPPFLAGS and added AM_CPPFLAGS to an AC_SUBST, so that we could take out the redundant declaration from most fof the Makefiles.

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 =           -I$(top_srcdir)/include -I$(top_builddir)/include \
21
 
                        -I$(top_srcdir)/server \
22
 
                        -I$(srcdir)
 
20
AM_CPPFLAGS =           ${GLOBAL_CPPFLAGS} \
 
21
                        -I$(top_srcdir)/server
23
22
WRAPLIBS=
24
23
 
25
24
LDADD=                  libmyisamutil.la \
55
54
libmyisamha_la_SOURCES = ha_myisam.cc
56
55
libmyisamnone_la_SOURCES = mi_reportnone.c
57
56
libmyisam_la_SOURCES = 
58
 
libmyisam_la_LIBADD = libmyisamha.la libmyisamutil.la
 
 
b'\\ No newline at end of file'
 
57
libmyisam_la_LIBADD = libmyisamha.la libmyisamutil.la