X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=846a95c78228f76ba30f2048e4312cf4801f160b;hb=924df6051655ad145eca78e50dff84166b7124f3;hp=a8ddd672ead130f9de0301c5cf422277901d9282;hpb=2ef06eacc2be08b0268c98a4d157176aff9356e0;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index a8ddd67..846a95c 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -29,32 +29,45 @@ 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 \ 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