X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=3fa2b319506a54109e75948c66e2c8f2914c7beb;hb=f7d3c8ec692a0f2596b0410a47fa69871904b2e9;hp=04d50eb757ed3f1d18e6cbc72469e213906d00da;hpb=15ebf328911fb6376376889c99029bcf2dbe0033;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 04d50eb..3fa2b31 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -37,7 +37,8 @@ BUILT_SOURCES = \ guestfs_protocol.c \ guestfs_protocol.h -EXTRA_DIST = $(BUILT_SOURCES) +EXTRA_DIST = $(BUILT_SOURCES) \ + .gitignore # This convenience library is solely to avoid compiler warnings # in its generated sources. @@ -63,6 +64,7 @@ guestfsd_SOURCES = \ actions.h \ available.c \ augeas.c \ + base64.c \ blkid.c \ blockdev.c \ checksum.c \