X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=7b8a87ee354d791ffff2362f334b7e9e35a1ea9e;hp=d69f8999ad52c2738f10e6c9d3b1b9a5d829ee01;hb=a86aa7d152ed996170714a3a4516eab58bf8b59d;hpb=662617ae725c5e41c24128a037060419fbe4b026 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index d69f899..7b8a87e 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -46,10 +46,13 @@ guestfsd_SOURCES = \ 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 \ @@ -59,11 +62,13 @@ guestfsd_SOURCES = \ 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