mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
parent
1f6824cf87
commit
e266d52acf
1 changed files with 10 additions and 1 deletions
|
@ -4,4 +4,13 @@ else
|
|||
CHECK_SUBDIRS=
|
||||
endif
|
||||
|
||||
SUBDIRS= $(CHECK_SUBDIRS) examples
|
||||
if BUILD_EXAMPLES
|
||||
EXAMPLES_SUBDIRS= examples
|
||||
else
|
||||
EXAMPLES_SUBDIRS=
|
||||
endif
|
||||
|
||||
SUBDIRS= $(CHECK_SUBDIRS) $(EXAMPLES_SUBDIRS)
|
||||
|
||||
DIST_SUBDIRS = check examples
|
||||
|
||||
|
|
Loading…
Reference in a new issue