From ed77b14aa0eab9c662b0388f892e72c79f3d62c5 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 25 Mar 2011 12:53:43 +0200 Subject: [PATCH] cairo: fix the name of the *-marshall.list file to unbreak make distcheck --- ext/cairo/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/cairo/Makefile.am b/ext/cairo/Makefile.am index b9d97e6246..5a8d3be8f0 100644 --- a/ext/cairo/Makefile.am +++ b/ext/cairo/Makefile.am @@ -41,5 +41,5 @@ libgstcairo_la_LIBADD = \ libgstcairo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstcairo_la_LIBTOOLFLAGS = --tag=disable-static -EXTRA_DIST = cairo-marshal.list +EXTRA_DIST = gstcairo-marshal.list