From 26118d498eefe10c8fa604f949680d2417c8b25c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 7 Nov 2010 09:54:51 +0000 Subject: Add missing generated files to the tarball (thanks maksbotan). C# bindings were omitted entirely. Add a Makefile.am for this directory even though we don't build these. Because of a missing backslash, some POD files were not being included. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3b80f069..adc81a30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,9 @@ if HAVE_PHP SUBDIRS += php endif +# Unconditional because nothing is built yet. +SUBDIRS += csharp + # Virt-inspector, tools and guestmount. if HAVE_INSPECTOR SUBDIRS += inspector -- cgit