~fallenpegasus/drizzle/logcsv

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: lbieber at stabletransit
  • Date: 2010-10-13 16:20:08 UTC
  • mfrom: (1843.1.3 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101013162008-qi2e6k5yvfm16964
Merge Stewart - update innobase plugin to be based on innodb_plugin 1.0.6
Merge Monty - more valgrind cleanup
Merge Monty - Moved libdrizzle api listings from doxygen to sphinx

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
 
 
89
84
indent:
90
85
        for f in `find ${top_srcdir} -type f | grep -v innobase |\
91
86
                  ${EGREP} '\.(cc|c|h)$$' ` ; do \