diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-07 09:54:51 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-07 10:00:32 +0000 |
commit | 26118d498eefe10c8fa604f949680d2417c8b25c (patch) | |
tree | 2909c5f7ed818f1580c48e9101fee7ffbf108801 /src | |
parent | 371e83c0902d0f6949a09095b1b10280d8881aac (diff) | |
download | libguestfs-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 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |