X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=846a95c78228f76ba30f2048e4312cf4801f160b;hb=924df6051655ad145eca78e50dff84166b7124f3;hp=e33a7f706b76bbbdbed112dd2839f52af9bbc7a8;hpb=405cf2a5772611ea05cca9fefa843154a9bc64a3;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index e33a7f7..846a95c 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -33,6 +33,7 @@ guestfsd_SOURCES = \ dir.c \ dmesg.c \ dropcaches.c \ + du.c \ ext2.c \ file.c \ find.c \ @@ -42,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