mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
3f6892bfcc
Original commit message from CVS: * configure.ac: * tests/Makefile.am: Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and we weren't actually _using_ the information for libcheck ourselves anyway.
16 lines
230 B
Makefile
16 lines
230 B
Makefile
if HAVE_GST_CHECK
|
|
SUBDIRS_CHECK = check
|
|
else
|
|
SUBDIRS_CHECK =
|
|
endif
|
|
|
|
if USE_X
|
|
SUBDIRS_ICLES = icles
|
|
else
|
|
SUBDIRS_ICLES =
|
|
endif
|
|
|
|
SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_ICLES) examples files
|
|
|
|
DIST_SUBDIRS = check icles examples files
|
|
|