mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
99d8cf0d15
Original commit message from CVS: add taglib checks and docs
19 lines
215 B
Makefile
19 lines
215 B
Makefile
if HAVE_CHECK
|
|
SUBDIRS_CHECK = check
|
|
else
|
|
SUBDIRS_CHECK =
|
|
endif
|
|
|
|
if USE_X
|
|
SUBDIRS_ICLES = icles
|
|
else
|
|
SUBDIRS_ICLES =
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
$(SUBDIRS_CHECK) \
|
|
$(SUBDIRS_ICLES)
|
|
|
|
DIST_SUBDIRS = \
|
|
check \
|
|
icles
|