Unbreak make dist / make distcheck.

Not sure if this is correct; Nick, can you verify?  Thx.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1199 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5a63e0a..2f8a16d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,9 +19,12 @@
 # generic C ones
 true_SOURCES 	= true.c
 
-EXTRA_DIST = \
-	$(noinst_SCRIPTS) \
-	blocked_syscall.c \
-	clientperm.c \
-	clientstackperm.c \
-	discard.c
+#EXTRA_DIST = \
+#	$(noinst_SCRIPTS) \
+#	blocked_syscall.c \
+#	clientperm.c \
+#	clientstackperm.c \
+#	discard.c
+
+EXTRA_DIST = $(noinst_SCRIPTS)
+
diff --git a/tests/unused/Makefile.am b/tests/unused/Makefile.am
index 8336371..3124b06 100644
--- a/tests/unused/Makefile.am
+++ b/tests/unused/Makefile.am
@@ -1,19 +1,20 @@
 
-EXTRA_DIST = \
-	oneparam.c	
-	pth_signal2.c
-	pth_threadpool.c	
-	pth_cancel1.c	
-	pth_pause.c	
-	pth_semaphore1.c	
-	pth_signal_gober.c	
-	pth_signal1.c	
-	pth_sigpending.c	
-	pth_simple_mutex.c	
-	pth_simple_threads.c	
-	pth_yield.c
-	signal1.c
-	signal3.c
-	sigwait_all.c
-	twoparams.c
-	twoparams.s
+EXTRA_DIST = 			\
+	oneparam.c		\
+	pth_signal2.c 		\
+	pth_threadpool.c	\
+	pth_cancel1.c		\
+	pth_pause.c		\
+	pth_semaphore1.c	\
+	pth_signal_gober.c	\
+	pth_signal1.c		\
+	pth_sigpending.c	\
+	pth_simple_mutex.c	\
+	pth_simple_threads.c	\
+	pth_yield.c 		\
+	signal1.c 		\
+	signal3.c 		\
+	sigwait_all.c 		\
+	twoparams.c 		\
+	twoparams.s 		\
+	blocked_syscall.c