summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau2010-12-23 20:58:20 -0500
committerTom Rondeau2010-12-23 20:58:20 -0500
commit7222b938cbfe0afd0886e4ce5e032cb756724903 (patch)
tree2b3dc73cb14bf09d8e04093fa7f5ec57cd1602c8
parent153de8c41caa9c478bec2f10b8a1167952809eed (diff)
downloadgnuradio-7222b938cbfe0afd0886e4ce5e032cb756724903.tar.gz
gnuradio-7222b938cbfe0afd0886e4ce5e032cb756724903.tar.bz2
gnuradio-7222b938cbfe0afd0886e4ce5e032cb756724903.zip
clean now gets rid of unittest results. Passes distcheck.
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 95dacf987..9c36a4966 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: