X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=7b8a87ee354d791ffff2362f334b7e9e35a1ea9e;hp=8460d44d3f52f48fc1036dd228b261d3c1ab3a44;hb=78029b529ad98769685d607230b70f71832d5906;hpb=fa7c8bb79b45aecdf65ed93635a42f3fdf301134 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 8460d44..7b8a87e 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -29,28 +29,46 @@ guestfsd_SOURCES = \ daemon.h \ debug.c \ devsparts.c \ + df.c \ dir.c \ dmesg.c \ dropcaches.c \ + du.c \ ext2.c \ file.c \ + find.c \ fsck.c \ + glob.c \ grub.c \ guestfsd.c \ + headtail.c \ hexdump.c \ + initrd.c \ ls.c \ lvm.c \ + mknod.c \ mount.c \ + names.c \ + ntfs.c \ pingdaemon.c \ proto.c \ + readdir.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 \ - ../src/guestfs_protocol.h \ - ../src/guestfs_protocol.c + zerofree.c \ + $(top_builddir)/../src/guestfs_protocol.h \ + $(top_builddir)/../src/guestfs_protocol.c guestfsd_CFLAGS = -Wall