summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-06-23 15:53:21 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-06-23 15:53:21 +0100
commitda7cf3670fe60301beeb175ff6c284b737d5b7f4 (patch)
tree0ba5fd77eee61373ab500d46740a3aa4eb5571c2 /daemon/Makefile.am
parent69a481362c20b0ac3985d3003a0078a349ace0a2 (diff)
downloadlibguestfs-da7cf3670fe60301beeb175ff6c284b737d5b7f4.tar.gz
libguestfs-da7cf3670fe60301beeb175ff6c284b737d5b7f4.tar.xz
libguestfs-da7cf3670fe60301beeb175ff6c284b737d5b7f4.zip
Added 'scrub-*' commands for securely scrubbing filesystems.
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 7ef2a6b8..c84a563b 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -46,6 +46,7 @@ guestfsd_SOURCES = \
ntfs.c \
pingdaemon.c \
proto.c \
+ scrub.c \
sfdisk.c \
sleep.c \
stat.c \