X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=024c0970ca23ad7565f6f069ff85b44061389d2e;hb=a86f512716d0e9054d4c409ef77b0115e8e1d56a;hp=141dfadd5df416e3a7be0c60665a2a93f923bb6d;hpb=62e41312acd0f7fe7f3622a73d6f6efc27b1b511;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 141dfad..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,9 +70,10 @@ guestfsd_SOURCES = \ umask.c \ upload.c \ wc.c \ + xattr.c \ zero.c \ zerofree.c \ - ../src/guestfs_protocol.h \ - ../src/guestfs_protocol.c + $(top_builddir)/../src/guestfs_protocol.h \ + $(top_builddir)/../src/guestfs_protocol.c guestfsd_CFLAGS = -Wall