X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=024c0970ca23ad7565f6f069ff85b44061389d2e;hp=4f7ce24d9386f432805fef5415c7f5f9b0b758cf;hb=4610db9f1b77f8c263b348fda1974be165a7f841;hpb=0232e722826cfda0f6042da983f9eb871f24e946 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 4f7ce24..024c097 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -23,25 +23,57 @@ guestfsd_SOURCES = \ augeas.c \ blockdev.c \ checksum.c \ + cmp.c \ command.c \ + cpmv.c \ 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 \ + 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 \ - tune2fs.c \ + umask.c \ upload.c \ - ../src/guestfs_protocol.h \ - ../src/guestfs_protocol.c + wc.c \ + xattr.c \ + zero.c \ + zerofree.c \ + $(top_builddir)/../src/guestfs_protocol.h \ + $(top_builddir)/../src/guestfs_protocol.c guestfsd_CFLAGS = -Wall - -CLEANFILES = *~