From 694357cc5b27761e0ebe43bc2abd64e26ab493d6 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 24 Nov 2013 16:46:13 +0100 Subject: [PATCH] build: Fix typo in sample/Makefile.am --- sample/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/Makefile.am b/sample/Makefile.am index eaba424e0..cd0d8a1d9 100755 --- a/sample/Makefile.am +++ b/sample/Makefile.am @@ -123,7 +123,7 @@ EXTRA_DIST = \ NativeInstantiationTest.cs \ NodeViewDemo.cs \ GExceptionTest.cs \ - CairoPng \ + CairoPng.cs \ CairoSample.cs \ TestDnd.cs \ CustomCellRenderer.cs \