~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2010-02-10 09:07:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1288.
  • Revision ID: brian@gaz-20100210090738-nis7z6waj8j0qtwh
Added very basic RPM support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
        find ./ | $(GREP) \.rej | xargs rm -f
150
150
        find ./ | $(GREP) \~$$ | xargs rm -f
151
151
        bzr unknowns
 
152