From 5c98eee787a191ee7389768a3cf39a71fadde90a Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 3 Jul 2011 16:20:21 +0200 Subject: [PATCH] build: add missing sample source in the tarball --- sample/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/sample/Makefile.am b/sample/Makefile.am index 0e8aa4040..cbf01c3b8 100755 --- a/sample/Makefile.am +++ b/sample/Makefile.am @@ -110,6 +110,7 @@ EXTRA_DIST = \ TreeModelDemo.cs \ TreeViewDemo.cs \ ManagedTreeViewDemo.cs \ + NativeInstantiationTest.cs \ NodeViewDemo.cs \ GExceptionTest.cs \ CairoSample.cs \