Makefile.am: sort lists, clean *.py[co] from all directories
authorMichael Hanselmann <hansmi@google.com>
Fri, 16 Apr 2010 15:28:37 +0000 (17:28 +0200)
committerMichael Hanselmann <hansmi@google.com>
Mon, 19 Apr 2010 10:15:47 +0000 (12:15 +0200)
commit2f16ea8f93a9c379c0b75b948e64ec21d9c8e635
tree560d1b5f67c5e9d78578fcfb05a07eb4c1d6a5e1
parent1513e2dd38991a7d0d58853e2628fdded512e81e
Makefile.am: sort lists, clean *.py[co] from all directories

*.py[co] were not removed from lib/confd. Removing *.py[co]
from all directories listed in $DIRS can't hurt.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Makefile.am