diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-06 12:55:26 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-06 12:55:26 +0100 |
commit | 8e570870f577ff0c3db074f88924633b559af5d4 (patch) | |
tree | 711af1263615c8cd977eceb0e4286425b53bd725 /daemon/Makefile.am | |
parent | 1cf85b1e60e85c4940869c6291d75ac44a5bd190 (diff) | |
download | libguestfs-8e570870f577ff0c3db074f88924633b559af5d4.tar.gz libguestfs-8e570870f577ff0c3db074f88924633b559af5d4.tar.xz libguestfs-8e570870f577ff0c3db074f88924633b559af5d4.zip |
Implement list-devices and list-partitions.
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 76e75c6a..5faa6523 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -21,6 +21,7 @@ noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ daemon.h \ + devsparts.c \ file.c \ guestfsd.c \ ls.c \ |