~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-08-20 23:13:32 UTC
  • mto: This revision was merged to the branch mainline in revision 1724.
  • Revision ID: mordred@inaugust.com-20100820231332-u0r0dcy21fsxpzns
If we get lucky, this will work on both fedora and centos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        find . -name '*.gcno' | xargs rm -f 
135
135
        -rm -rf docs/api docs/dev
136
136
 
137
 
distclean-local:
138
 
        rm -r -f unittests/.libs
139
 
        rm -r -f extra/.libs
140
 
        rm -r -f examples/.libs
141
 
 
142
137
include config/lint-source.am
143
138
 
144
139
include drizzled/message/include.am