summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-05-01 11:00:34 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-05-01 11:00:34 +0100
commit3cb794463a62239e36d730bc5d2d3eb4c7a66096 (patch)
treedca98ab21d35f7078879ec7fac98bd10b4f432bf /daemon/Makefile.am
parentaf5087450063fe013ac2df4db39451d7da6152a3 (diff)
downloadlibguestfs-3cb794463a62239e36d730bc5d2d3eb4c7a66096.tar.gz
libguestfs-3cb794463a62239e36d730bc5d2d3eb4c7a66096.tar.xz
libguestfs-3cb794463a62239e36d730bc5d2d3eb4c7a66096.zip
Add cp, cp-a and mv commands.
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 ecced37a..9cec685b 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -24,6 +24,7 @@ guestfsd_SOURCES = \
blockdev.c \
checksum.c \
command.c \
+ cpmv.c \
daemon.h \
debug.c \
devsparts.c \