diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-07 06:50:31 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-07 09:14:17 +0100 |
commit | 73d6932ab2dd3f9120a1f4a532621c07cb174705 (patch) | |
tree | 8c24e36ca7c776611bc2278954b20b59143784b1 /daemon/Makefile.am | |
parent | 8e570870f577ff0c3db074f88924633b559af5d4 (diff) | |
download | libguestfs-73d6932ab2dd3f9120a1f4a532621c07cb174705.tar.gz libguestfs-73d6932ab2dd3f9120a1f4a532621c07cb174705.tar.xz libguestfs-73d6932ab2dd3f9120a1f4a532621c07cb174705.zip |
pvs/vgs/lvs commands working now.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r-- | daemon/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 5faa6523..4d56034d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -25,6 +25,7 @@ guestfsd_SOURCES = \ file.c \ guestfsd.c \ ls.c \ + lvm.c \ mount.c \ proto.c \ stubs.c \ |