mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
64fb67f700
commit
ca482c75ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue