From ca482c75ce3184ee5f5ba77e9e1c004120e53497 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 1 Sep 2009 12:07:31 +0100 Subject: [PATCH] dist: Don't list the streams subdir twice in examples Makefile Listing the 'streams' subdir twice in DIST_SUBDIRS breaks distcheck. --- tests/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am index 20d7877347..1fcd08bdf7 100644 --- a/tests/examples/Makefile.am +++ b/tests/examples/Makefile.am @@ -48,4 +48,4 @@ SUBDIRS = \ $(GST_PARSE_DIRS) \ $(GST_LOADSAVE_DIRS) -DIST_SUBDIRS = $(always_dirs) adapter streams xml typefind launch +DIST_SUBDIRS = $(always_dirs) adapter xml typefind launch