From: Tom Rondeau Date: Fri, 24 Dec 2010 01:58:20 +0000 (-0500) Subject: clean now gets rid of unittest results. Passes distcheck. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=7222b938cbfe0afd0886e4ce5e032cb756724903;p=debian%2Fgnuradio clean now gets rid of unittest results. Passes distcheck. --- diff --git a/Makefile.common b/Makefile.common index 95dacf98..9c36a496 100644 --- a/Makefile.common +++ b/Makefile.common @@ -112,7 +112,8 @@ grc_blocksdir = $(pkgdatadir)/grc/blocks # Other common defines; use "+=" to add to these STAMPS = -MOSTLYCLEANFILES = $(BUILT_SOURCES) $(STAMPS) *.pyc *.pyo *~ *.tmp *.loT +MOSTLYCLEANFILES = $(BUILT_SOURCES) $(STAMPS) *.pyc *.pyo *~ *.tmp *.loT \ + .unittests/* .unittests/python/* # Don't distribute the files defined in the variable 'no_dist_files' dist-hook: