X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=8884c6b255b8489c60722f201074361471d0163d;hb=0884d8bbae6d76a603ec1385ada2938f88981c5c;hp=e33a7f706b76bbbdbed112dd2839f52af9bbc7a8;hpb=405cf2a5772611ea05cca9fefa843154a9bc64a3;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index e33a7f7..8884c6b 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,8 +43,10 @@ guestfsd_SOURCES = \ guestfsd.c \ headtail.c \ hexdump.c \ + initrd.c \ ls.c \ lvm.c \ + mknod.c \ mount.c \ ntfs.c \ pingdaemon.c \ @@ -54,8 +57,10 @@ guestfsd_SOURCES = \ stat.c \ strings.c \ stubs.c \ + swap.c \ sync.c \ tar.c \ + umask.c \ upload.c \ wc.c \ zero.c \