clouseau: Reove the generated sripts on make clean.

Another step for fixing make distcheck.

SVN revision: 78787
This commit is contained in:
Stefan Schmidt 2012-11-01 14:06:47 +00:00
parent c02ca8ed83
commit 24ac2106fa
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ uninstall-local:
rm $(DESTDIR)$(bindir)/clouseau
rm $(DESTDIR)$(bindir)/clouseau_start
clean-local:
rm clouseau
rm clouseau_start
install-exec-local:
$(srcdir)/gen_script.sh $(libdir)/clouseau
$(INSTALL) clouseau_start $(DESTDIR)$(bindir)