mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
120ffbe5ce
Original commit message from CVS: * configure.ac: * tests/Makefile.am: add ximagesrc icles test
16 lines
214 B
Makefile
16 lines
214 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) examples
|
|
|
|
DIST_SUBDIRS = check icles examples
|
|
|