X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=8884c6b255b8489c60722f201074361471d0163d;hb=0884d8bbae6d76a603ec1385ada2938f88981c5c;hp=7ef2a6b83d9e9fe5f689f72f42e091fa67b680aa;hpb=05c34c1c1479bb07b31cfbf912743a8cf014a636;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 7ef2a6b..8884c6b 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -29,9 +29,11 @@ guestfsd_SOURCES = \ daemon.h \ debug.c \ devsparts.c \ + df.c \ dir.c \ dmesg.c \ dropcaches.c \ + du.c \ ext2.c \ file.c \ find.c \ @@ -39,21 +41,28 @@ guestfsd_SOURCES = \ glob.c \ grub.c \ guestfsd.c \ + headtail.c \ hexdump.c \ + initrd.c \ ls.c \ lvm.c \ + mknod.c \ mount.c \ ntfs.c \ pingdaemon.c \ proto.c \ + scrub.c \ sfdisk.c \ sleep.c \ stat.c \ strings.c \ stubs.c \ + swap.c \ sync.c \ tar.c \ + umask.c \ upload.c \ + wc.c \ zero.c \ zerofree.c \ ../src/guestfs_protocol.h \