X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=8884c6b255b8489c60722f201074361471d0163d;hb=4513f2ec7b6aa843005ba886cdd1747b6ff00915;hp=ea4b721b1cccd949e49b719706ef45369afcaa3e;hpb=3de234656bc61a2d35b0f1a9ccb1e6ef7535166b;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index ea4b721..8884c6b 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -29,30 +29,40 @@ guestfsd_SOURCES = \ daemon.h \ debug.c \ devsparts.c \ + df.c \ dir.c \ dmesg.c \ dropcaches.c \ + du.c \ ext2.c \ file.c \ find.c \ fsck.c \ + 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 \