--- tests/Makefile.in	2008-08-26 15:09:09.000000000 -0700
+++ tests/Makefile.in.new	2008-10-01 13:51:13.000000000 -0700
@@ -560,12 +560,21 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-@HAVE_GST_CHECK_FALSE@SUBDIRS_CHECK = 
+@BUILD_EXAMPLES_FALSE@SUBDIRS_EXAMPLES =
+@BUILD_EXAMPLES_TRUE@SUBDIRS_EXAMPLES = examples
+@HAVE_GST_CHECK_FALSE@SUBDIRS_CHECK =
 @HAVE_GST_CHECK_TRUE@SUBDIRS_CHECK = check
-@USE_X_FALSE@SUBDIRS_ICLES = 
+@USE_X_FALSE@SUBDIRS_ICLES =
 @USE_X_TRUE@SUBDIRS_ICLES = icles
-SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_ICLES) examples files
-DIST_SUBDIRS = check icles examples files
+SUBDIRS = \
+        $(SUBDIRS_CHECK)        \
+        $(SUBDIRS_EXAMPLES)     \
+        $(SUBDIRS_ICLES)
+
+DIST_SUBDIRS = \
+        check                   \
+        examples                \
+        icles
 all: all-recursive
 
 .SUFFIXES:
