X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=846a95c78228f76ba30f2048e4312cf4801f160b;hp=88c382cf76b1a51f597571ddea7ad8afaf2c4da5;hb=291986771c95345daaf28fbcb0c54214b8e6b835;hpb=4dff42aa13dd726fb6b02843d0f4db4b4b330fe3 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 88c382c..846a95c 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -46,23 +46,28 @@ 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 \ 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