clean now gets rid of unittest results. Passes distcheck.
authorTom Rondeau <trondeau@vt.edu>
Fri, 24 Dec 2010 01:58:20 +0000 (20:58 -0500)
committerTom Rondeau <trondeau@vt.edu>
Fri, 24 Dec 2010 01:58:20 +0000 (20:58 -0500)
Makefile.common

index 95dacf987e7227573090e138ca8549fd0b1f997b..9c36a496655b44954ff9fb4345e76b1ede259b6a 100644 (file)
@@ -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: