mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
9 lines
86 B
Makefile
9 lines
86 B
Makefile
|
if USE_SINE
|
||
|
SINE_DIR=sine
|
||
|
else
|
||
|
SINE_DIR=
|
||
|
endif
|
||
|
|
||
|
SUBDIRS=$(SINE_DIR)
|
||
|
DIST_SUBDIRS=sine
|