From aa9dc41a6b6cc419e17b39fd746beabb18f23ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 12 Jun 2010 14:12:50 +0200 Subject: [PATCH] tests: Add clean rule for the orc tests --- tests/check/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 313044c8ae..a4a4a1fa18 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -257,4 +257,7 @@ orc/videobox.c: $(top_srcdir)/gst/videobox/gstvideoboxorc.orc $(MKDIR_P) orc/ $(ORCC) --test -o $@ $< +clean-local-orc: + rm -rf orc + EXTRA_DIST = gst-plugins-good.supp