diff options
author | Richard Jones <rjones@redhat.com> | 2009-10-26 14:26:36 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-10-26 15:52:40 +0000 |
commit | d609130cb65fe7795b168a796426e39d64ceda97 (patch) | |
tree | 89f5e7ff5879ff0b88236b0216b4f26b46aaeb2f /daemon/Makefile.am | |
parent | aa7ca27e4be1fd38a1eff4d24974f053080a9704 (diff) | |
download | libguestfs-d609130cb65fe7795b168a796426e39d64ceda97.tar.gz libguestfs-d609130cb65fe7795b168a796426e39d64ceda97.tar.xz libguestfs-d609130cb65fe7795b168a796426e39d64ceda97.zip |
New API: vfs_type - get the Linux VFS driver for a mounted device.
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 ae746998..dce868a6 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -23,6 +23,7 @@ noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ augeas.c \ + blkid.c \ blockdev.c \ checksum.c \ cmp.c \ |