X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=024c0970ca23ad7565f6f069ff85b44061389d2e;hp=88c382cf76b1a51f597571ddea7ad8afaf2c4da5;hb=4610db9f1b77f8c263b348fda1974be165a7f841;hpb=4dff42aa13dd726fb6b02843d0f4db4b4b330fe3 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 88c382c..024c097 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -35,34 +35,45 @@ 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 \ mount.c \ + names.c \ ntfs.c \ pingdaemon.c \ proto.c \ + readdir.c \ + realpath.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 \ + 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