X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=7b8a87ee354d791ffff2362f334b7e9e35a1ea9e;hb=549bba81e739ab10d8013c9ca88ce70b0ddda8e4;hp=b58ec3d7632cedcef3133e89c4d5af596899ed31;hpb=7613eb0c7c95649e2152a7fa4d1e6e5e8c653e96;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index b58ec3d..7b8a87e 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 \ @@ -39,26 +41,34 @@ guestfsd_SOURCES = \ 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 \ 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