dist: Don't list the streams subdir twice in examples Makefile

Listing the 'streams' subdir twice in DIST_SUBDIRS breaks distcheck.
This commit is contained in:
Jan Schmidt 2009-09-01 12:07:31 +01:00
parent 64fb67f700
commit ca482c75ce

View file

@ -48,4 +48,4 @@ SUBDIRS = \
$(GST_PARSE_DIRS) \ $(GST_PARSE_DIRS) \
$(GST_LOADSAVE_DIRS) $(GST_LOADSAVE_DIRS)
DIST_SUBDIRS = $(always_dirs) adapter streams xml typefind launch DIST_SUBDIRS = $(always_dirs) adapter xml typefind launch