Index: trunk/psModules/test/Makefile.am
===================================================================
--- trunk/psModules/test/Makefile.am	(revision 7214)
+++ trunk/psModules/test/Makefile.am	(revision 7215)
@@ -14,4 +14,3 @@
 tests: $(TESTS)
 
-CLEANFILES = $(TESTS)
-
+CLEANFILES = $(TESTS) *~
Index: trunk/psModules/test/astrom/Makefile.am
===================================================================
--- trunk/psModules/test/astrom/Makefile.am	(revision 7214)
+++ trunk/psModules/test/astrom/Makefile.am	(revision 7215)
@@ -20,5 +20,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) temp/*
+CLEANFILES = $(TESTS) temp/* *~
 
 test: check
Index: trunk/psModules/test/camera/Makefile.am
===================================================================
--- trunk/psModules/test/camera/Makefile.am	(revision 7214)
+++ trunk/psModules/test/camera/Makefile.am	(revision 7215)
@@ -16,5 +16,5 @@
 tests: $(TESTS)
 
-CLEANFILES = $(TESTS) temp/*
+CLEANFILES = $(TESTS) temp/* *~
 
 test: check
Index: trunk/psModules/test/concepts/Makefile.am
===================================================================
--- trunk/psModules/test/concepts/Makefile.am	(revision 7214)
+++ trunk/psModules/test/concepts/Makefile.am	(revision 7215)
@@ -13,5 +13,5 @@
 tests: $(TESTS)
 
-CLEANFILES = $(TESTS) temp/*
+CLEANFILES = $(TESTS) temp/* *~
 
 test: check
Index: trunk/psModules/test/config/Makefile.am
===================================================================
--- trunk/psModules/test/config/Makefile.am	(revision 7214)
+++ trunk/psModules/test/config/Makefile.am	(revision 7215)
@@ -23,5 +23,5 @@
 EXTRA_DIST = verified data
 
-CLEANFILES = $(TESTS) temp/* $(check_DATA)
+CLEANFILES = $(TESTS) temp/* $(check_DATA) *~
 
 test: check
Index: trunk/psModules/test/objects/Makefile.am
===================================================================
--- trunk/psModules/test/objects/Makefile.am	(revision 7214)
+++ trunk/psModules/test/objects/Makefile.am	(revision 7215)
@@ -17,5 +17,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) temp/*
+CLEANFILES = $(TESTS) temp/* *~
 
 test: check
Index: trunk/psModules/test/pslib/Makefile.am
===================================================================
--- trunk/psModules/test/pslib/Makefile.am	(revision 7214)
+++ trunk/psModules/test/pslib/Makefile.am	(revision 7215)
@@ -12,5 +12,5 @@
 tests: $(TESTS)
 
-CLEANFILES = $(TESTS) temp/*
+CLEANFILES = $(TESTS) temp/* *~
 
 test: check
