mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +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
|