From 9c10d61e50fa75852ea5fb80e3bad0b7a9d8a4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 3 Apr 2006 11:08:44 +0000 Subject: tests/check/Makefile.am: Only run the id3v2mux check if taglib is available and the taglib plugin has been built. Original commit message from CVS: * tests/check/Makefile.am: Only run the id3v2mux check if taglib is available and the taglib plugin has been built. --- tests/check/Makefile.am | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'tests/check') diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index d3637504..ba7b0de6 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -26,8 +26,15 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp clean-local: clean-local-check -check_PROGRAMS = \ - elements/tagid3v2mux + +if USE_TAGLIB +check_taglib = elements/tagid3v2mux +else +check_taglib = +endif + +check_PROGRAMS = $(check_taglib) + TESTS = $(check_PROGRAMS) AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) -- cgit v1.2.1