summaryrefslogtreecommitdiffstats
path: root/perl/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-09 14:01:58 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-09 15:33:26 +0100
commit2f70ca487bee8babe5aef27f00a2131ea86ebd50 (patch)
treec1271a5ea3317b2e8851d2302b9d5b15fa770652 /perl/Makefile.am
parente3c2a599027f88a617b46b77be1673de0c94faee (diff)
downloadlibguestfs-2f70ca487bee8babe5aef27f00a2131ea86ebd50.tar.gz
libguestfs-2f70ca487bee8babe5aef27f00a2131ea86ebd50.tar.xz
libguestfs-2f70ca487bee8babe5aef27f00a2131ea86ebd50.zip
Add Sys::Guestfs::Lib - useful functions for using libguestfs from Perl.
This adds an extra Perl module called Sys::Guestfs::Lib which adds useful functions for using libguestfs from Perl. The intention is that common code shared between virt-inspector, virt-df and virt-v2v will move into this library. This patch also changes virt-inspector to use this library.
Diffstat (limited to 'perl/Makefile.am')
-rw-r--r--perl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am
index 66d1d4b1..55761b90 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -22,6 +22,7 @@ EXTRA_DIST = \
examples/LICENSE \
examples/*.pl \
lib/Sys/Guestfs.pm \
+ lib/Sys/Guestfs/Lib.pm \
run-bindtests \
run-perl-tests \
bindtests.pl \