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. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 51bf45c6..f23464e6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,7 @@ generator_built = \ bindtests.c \ errnostring_gperf.gperf \ errnostring.c \ - errnostring.h + errnostring.h \ guestfs-actions.pod \ guestfs-availability.pod \ guestfs-structs.pod \ -- cgit