From a869fd39fef9be780c4941ec296ba06c75a6bc88 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 20 Nov 2009 13:41:27 -0800 Subject: [PATCH] tests/icles: make cog test program depend on USE_COG. Fixes build without orc. --- tests/icles/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index 9ea9f1cfcb..db5dbcf07c 100644 --- a/tests/icles/Makefile.am +++ b/tests/icles/Makefile.am @@ -46,6 +46,7 @@ else COG_TESTS = endif +if USE_COG BUILT_SOURCES = cog-test.c CLEANFILES = cog-test.c @@ -55,6 +56,7 @@ cog-test.c: $(srcdir)/../../ext/cog/cog.orc cog_test_SOURCES = cog-test.c cog_test_CFLAGS = $(COG_CFLAGS) cog_test_LDADD = -lorc-test-0.4 $(COG_LIBS) +endif equalizer_test_SOURCES = equalizer-test.c equalizer_test_CFLAGS = $(GST_CFLAGS) -- 2.34.1