X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=52482d083b15a46a764d28be0a7c2a303cd9f46b;hp=8884c6b255b8489c60722f201074361471d0163d;hb=afaff775c12f32b7912f194e2fcc8e76b8c82572;hpb=f850e1f065fb04df7cc87a921ab3c658741cc393 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 8884c6b..52482d0 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -39,18 +39,23 @@ guestfsd_SOURCES = \ find.c \ fsck.c \ glob.c \ + grep.c \ grub.c \ guestfsd.c \ headtail.c \ hexdump.c \ initrd.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 \ @@ -63,9 +68,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