X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=8884c6b255b8489c60722f201074361471d0163d;hb=4513f2ec7b6aa843005ba886cdd1747b6ff00915;hp=b58ec3d7632cedcef3133e89c4d5af596899ed31;hpb=7613eb0c7c95649e2152a7fa4d1e6e5e8c653e96;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index b58ec3d..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,9 +41,12 @@ 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 \ @@ -52,8 +57,10 @@ guestfsd_SOURCES = \ stat.c \ strings.c \ stubs.c \ + swap.c \ sync.c \ tar.c \ + umask.c \ upload.c \ wc.c \ zero.c \