X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=846a95c78228f76ba30f2048e4312cf4801f160b;hb=625d0bd56189450f48b6308371bf08ee6312d59f;hp=4228ad066f23a3febd6ebca4004dddf22e6efae5;hpb=3854bbdecd1c089959fb812a739b84a96c05fbbf;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 4228ad0..846a95c 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -29,9 +29,11 @@ guestfsd_SOURCES = \ daemon.h \ debug.c \ devsparts.c \ + df.c \ dir.c \ dmesg.c \ dropcaches.c \ + du.c \ ext2.c \ file.c \ find.c \ @@ -41,25 +43,31 @@ guestfsd_SOURCES = \ 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