X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=024c0970ca23ad7565f6f069ff85b44061389d2e;hb=480a489ee4c31cb2f9c9f45941645f05b5f74c67;hp=846a95c78228f76ba30f2048e4312cf4801f160b;hpb=349814e9d912c4f372b8fbdfb10b03749911021f;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 846a95c..024c097 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -35,15 +35,19 @@ guestfsd_SOURCES = \ dropcaches.c \ du.c \ ext2.c \ + fallocate.c \ file.c \ find.c \ fsck.c \ glob.c \ + grep.c \ grub.c \ guestfsd.c \ headtail.c \ hexdump.c \ initrd.c \ + inotify.c \ + link.c \ ls.c \ lvm.c \ mknod.c \ @@ -53,6 +57,7 @@ guestfsd_SOURCES = \ pingdaemon.c \ proto.c \ readdir.c \ + realpath.c \ scrub.c \ sfdisk.c \ sleep.c \ @@ -65,6 +70,7 @@ guestfsd_SOURCES = \ umask.c \ upload.c \ wc.c \ + xattr.c \ zero.c \ zerofree.c \ $(top_builddir)/../src/guestfs_protocol.h \