X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=dc5813419135ef229da85e4544bc221ebe457598;hb=b033b55558503a1920c5b7cc1a7e1365749585e0;hp=2f4344870143e60dec1262e76461d182a1426eb3;hpb=fd84feb8229f792e22e3cbfa9bf7e8156947eb2f;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 2f43448..dc58134 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 \ @@ -82,6 +84,7 @@ guestfsd_SOURCES = \ ext2.c \ fallocate.c \ file.c \ + findfs.c \ fill.c \ find.c \ fsck.c \ @@ -94,9 +97,12 @@ guestfsd_SOURCES = \ htonl.c \ initrd.c \ inotify.c \ + is.c \ link.c \ ls.c \ + luks.c \ lvm.c \ + lvm-filter.c \ mkfs.c \ mknod.c \ modprobe.c \ @@ -131,7 +137,14 @@ guestfsd_SOURCES = \ zerofree.c guestfsd_LDADD = \ libprotocol.a \ - lib/libgnu.a $(LIB_CLOCK_GETTIME) + lib/libgnu.a \ + $(GETADDRINFO_LIB) \ + $(HOSTENT_LIB) \ + $(INET_NTOP_LIB) \ + $(LIBSOCKET) \ + $(LIB_CLOCK_GETTIME) \ + $(LIBINTL) \ + $(SERVENT_LIB) AM_CPPFLAGS = -I$(srcdir)/lib -Ilib guestfsd_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)