summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-06-08 17:44:14 +0100
committerRichard Jones <rjones@redhat.com>2009-06-08 17:44:14 +0100
commit3de234656bc61a2d35b0f1a9ccb1e6ef7535166b (patch)
treeb3a9b736a1cb6095f45207166b23059bfeeda3e9 /daemon/Makefile.am
parent88be1d399915c716ff312f29a7d3f3afcfd509f8 (diff)
downloadlibguestfs-3de234656bc61a2d35b0f1a9ccb1e6ef7535166b.tar.gz
libguestfs-3de234656bc61a2d35b0f1a9ccb1e6ef7535166b.tar.xz
libguestfs-3de234656bc61a2d35b0f1a9ccb1e6ef7535166b.zip
Add 'ntfs_3g_probe' command so we can probe the "mountability" of an NTFS partition.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index a8ddd672..ea4b721b 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -42,6 +42,7 @@ guestfsd_SOURCES = \
ls.c \
lvm.c \
mount.c \
+ ntfs.c \
pingdaemon.c \
proto.c \
sfdisk.c \