summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-07 09:54:51 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-07 10:00:32 +0000
commit26118d498eefe10c8fa604f949680d2417c8b25c (patch)
tree2909c5f7ed818f1580c48e9101fee7ffbf108801 /Makefile.am
parent371e83c0902d0f6949a09095b1b10280d8881aac (diff)
downloadlibguestfs-26118d498eefe10c8fa604f949680d2417c8b25c.tar.gz
libguestfs-26118d498eefe10c8fa604f949680d2417c8b25c.tar.xz
libguestfs-26118d498eefe10c8fa604f949680d2417c8b25c.zip
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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