mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
9 lines
95 B
Makefile
9 lines
95 B
Makefile
SUBDIRS =
|
|
|
|
if WITH_PYTHON
|
|
SUBDIRS += python
|
|
endif
|
|
|
|
if WITH_VALA
|
|
SUBDIRS += vala
|
|
endif
|