From e65f115fc6b0403a1b0576f4c3dc1a079aa9e916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 3 Oct 2009 11:51:57 +0200 Subject: [PATCH] Ship samples/TransformSample.cs in the tarballs --- samples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/Makefile.am b/samples/Makefile.am index f9e05c8fdb..5eb3699139 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -62,5 +62,6 @@ EXTRA_DIST = \ TypeFind.cs \ MetaData.cs \ AppSrc.cs \ - GtkVideoPlayer.cs + GtkVideoPlayer.cs \ + TransformSample.cs