diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-11 18:04:49 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-11 18:04:49 +0100 |
commit | 8eadcfd57d79d92d8366a86bbd220912ac735d3e (patch) | |
tree | 022c000fd37d7084305f2dfaea2c3777805c5742 /perl/Makefile.am | |
parent | c169a0bb9ddde5b61045d95fb2728b43751488f1 (diff) | |
download | libguestfs-8eadcfd57d79d92d8366a86bbd220912ac735d3e.tar.gz libguestfs-8eadcfd57d79d92d8366a86bbd220912ac735d3e.tar.xz libguestfs-8eadcfd57d79d92d8366a86bbd220912ac735d3e.zip |
Minor adjustments for 0.8 release.0.8
Diffstat (limited to 'perl/Makefile.am')
-rw-r--r-- | perl/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am index c72d0452..7ff52d94 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -18,12 +18,13 @@ EXTRA_DIST = \ Makefile.PL.in \ Guestfs.xs \ - typemap \ - lib/Sys/Guestfs.pm \ examples/README \ examples/LICENSE \ examples/*.pl \ - t/*.t + lib/Sys/Guestfs.pm \ + run-perl-tests \ + t/*.t \ + typemap CLEANFILES = *~ examples/*~ t/*~ |