dist: Don't list the streams subdir twice in examples Makefile
authorJan Schmidt <thaytan@noraisin.net>
Tue, 1 Sep 2009 11:07:31 +0000 (12:07 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Tue, 1 Sep 2009 11:08:17 +0000 (12:08 +0100)
Listing the 'streams' subdir twice in DIST_SUBDIRS breaks distcheck.

tests/examples/Makefile.am

index 20d7877..1fcd08b 100644 (file)
@@ -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