~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-06-03 00:07:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1586.
  • Revision ID: mordred@inaugust.com-20100603000742-8nlorjllcaubshr1
Force the deletion of check_PROGRAMS files ... bug in automake 1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
clean-local:
128
128
        find . -name '*.gcno' | xargs rm -f 
129
129
 
 
130
distclean-local:
 
131
        rm -r -f unittests/.libs
 
132
 
130
133
include config/lint-source.am
131
134
 
132
135
include drizzled/message/include.am