X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=6da485bcbc017fe770eccab2af76d1e46d2bac85;hp=a8ddd672ead130f9de0301c5cf422277901d9282;hb=0e6e32025885286e2de39efca34ced2aaf26b3a3;hpb=2ef06eacc2be08b0268c98a4d157176aff9356e0 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index a8ddd67..6da485b 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -29,32 +29,50 @@ guestfsd_SOURCES = \ daemon.h \ debug.c \ devsparts.c \ + df.c \ dir.c \ dmesg.c \ 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 \ + 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