X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=846a95c78228f76ba30f2048e4312cf4801f160b;hb=9af96c41f64567e6fbe0dd25f6ffa90385e9c49a;hp=2884e9362c555cdd6ae4d5fd5cfaf8a6bd6afb4f;hpb=9a92446bcad09b492dee42dd5950bac67073fbea;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 2884e93..846a95c 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -43,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