From 72cb15ad1dc7c68db6e9b88dece05060a09dc1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 7 Apr 2009 09:55:57 +0200 Subject: [PATCH] Fix make dist --- samples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/Makefile.am b/samples/Makefile.am index 695f24a921..a0b77895fb 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -40,4 +40,5 @@ MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = \ PlayBinPlayer.cs \ DecodeBinTranscoder.cs \ - HelloWorld.cs + HelloWorld.cs \ + TypeFind.cs