mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +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
|