X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=7bfb28084742065570814c4c4093a3157b74c277;hb=de33cc91ee93f85f06b9976fdc5454c0eb851b8e;hp=103e49d964d31a505facc1f573ea401072959ca5;hpb=929ba5a843722ab490dd6c8d6f38daf0a1858533;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 103e49d..7bfb280 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. @@ -91,6 +92,7 @@ guestfsd_SOURCES = \ guestfsd.c \ headtail.c \ hexdump.c \ + htonl.c \ initrd.c \ inotify.c \ link.c \ @@ -130,7 +132,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)