X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=024c0970ca23ad7565f6f069ff85b44061389d2e;hb=7e9cb884492aec243337ffc8e4432a9ff2690956;hp=ecbc3c4bef1a7fcbcdca3871dc8ac984ab9901be;hpb=9847e0c07d5907887e26ec60192fa12aa46277ee;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index ecbc3c4..024c097 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -35,6 +35,7 @@ guestfsd_SOURCES = \ dropcaches.c \ du.c \ ext2.c \ + fallocate.c \ file.c \ find.c \ fsck.c \ @@ -45,6 +46,8 @@ guestfsd_SOURCES = \ headtail.c \ hexdump.c \ initrd.c \ + inotify.c \ + link.c \ ls.c \ lvm.c \ mknod.c \ @@ -54,6 +57,7 @@ guestfsd_SOURCES = \ pingdaemon.c \ proto.c \ readdir.c \ + realpath.c \ scrub.c \ sfdisk.c \ sleep.c \