~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        indent
82
82
 
83
83
 
 
84
doxygen:
 
85
        ${DOXYGEN} docs/Doxyfile.api
 
86
        ${DOXYGEN} docs/Doxyfile.dev
 
87
        ${DOXYGEN} docs/Doxyfile.drizzled
 
88
 
84
89
indent:
85
90
        for f in `find ${top_srcdir} -type f | grep -v innobase |\
86
91
                  ${EGREP} '\.(cc|c|h)$$' ` ; do \