mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
0a7fe9557b
Original commit message from CVS: * Makefile.am: * configure.ac: * tests/Makefile.am: Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from and we weren't actually _using_ the information for libcheck ourselves anyway.
9 lines
117 B
Makefile
9 lines
117 B
Makefile
if HAVE_GST_CHECK
|
|
SUBDIRS_CHECK = check
|
|
else
|
|
SUBDIRS_CHECK =
|
|
endif
|
|
|
|
SUBDIRS = $(SUBDIRS_CHECK)
|
|
|
|
DIST_SUBDIRS = check
|