diff options
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/*~ |