summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-11-22 19:15:56 +0000
committerRichard Jones <rjones@redhat.com>2009-11-23 00:10:37 +0000
commit22e531bc459309d9a871a845cfacd1396ff5b7e4 (patch)
tree32ec16f2a1799ec6a667b6b7bf29d751e17697ac /daemon/Makefile.am
parentacdcbac91e9f03333a47204f2a6c52ac03288305 (diff)
downloadlibguestfs-22e531bc459309d9a871a845cfacd1396ff5b7e4.tar.gz
libguestfs-22e531bc459309d9a871a845cfacd1396ff5b7e4.tar.xz
libguestfs-22e531bc459309d9a871a845cfacd1396ff5b7e4.zip
Implement 'dd' command.
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 7034bbf7..75867cbe 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -51,6 +51,7 @@ guestfsd_SOURCES = \
command.c \
cpmv.c \
daemon.h \
+ dd.c \
debug.c \
devsparts.c \
df.c \