mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
12 lines
120 B
Makefile
12 lines
120 B
Makefile
|
if USE_X
|
||
|
SUBDIRS_ICLES = icles
|
||
|
else
|
||
|
SUBDIRS_ICLES =
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = \
|
||
|
$(SUBDIRS_ICLES)
|
||
|
|
||
|
DIST_SUBDIRS = \
|
||
|
icles
|