X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=90ad7489ae1d83f85dfa6b920f456eef3749a505;hb=1f6985069f5238aeb8e662f76d134e41631df747;hp=04d50eb757ed3f1d18e6cbc72469e213906d00da;hpb=15ebf328911fb6376376889c99029bcf2dbe0033;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 04d50eb..90ad748 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. @@ -94,6 +95,7 @@ guestfsd_SOURCES = \ htonl.c \ initrd.c \ inotify.c \ + is.c \ link.c \ ls.c \ lvm.c \