From 324fc7b0e37fca6b91ed845ac53a51388e190ea9 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 10 Aug 2014 19:59:45 +0200 Subject: [PATCH] build: Fix distcheck by adding VariantDemo.cs in the tarball --- sample/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sample/Makefile.am b/sample/Makefile.am index 9bd61b8f4..118152cb9 100755 --- a/sample/Makefile.am +++ b/sample/Makefile.am @@ -135,5 +135,6 @@ EXTRA_DIST = \ CustomScrollableWidget.cs \ Actions.cs \ PropertyRegistration.cs \ - PolarFixed.cs + PolarFixed.cs \ + VariantDemo.cs