tests: Add clean rule for the orc tests

This commit is contained in:
Sebastian Dröge 2010-06-12 14:12:50 +02:00
parent 20b589c793
commit aa9dc41a6b

View file

@ -257,4 +257,7 @@ orc/videobox.c: $(top_srcdir)/gst/videobox/gstvideoboxorc.orc
$(MKDIR_P) orc/ $(MKDIR_P) orc/
$(ORCC) --test -o $@ $< $(ORCC) --test -o $@ $<
clean-local-orc:
rm -rf orc
EXTRA_DIST = gst-plugins-good.supp EXTRA_DIST = gst-plugins-good.supp