X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=8636891441440fc7b6cb0428369aaa246e7a6c75;hb=fafd87038bdbca159b67efa6ee1b52861daed1f4;hp=75867cbe036ebe608c5825309657a0267d13131b;hpb=22e531bc459309d9a871a845cfacd1396ff5b7e4;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 75867cb..8636891 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -95,6 +95,7 @@ guestfsd_SOURCES = \ sfdisk.c \ sleep.c \ stat.c \ + statvfs.c \ strings.c \ stubs.c \ swap.c \ @@ -108,7 +109,9 @@ guestfsd_SOURCES = \ xattr.c \ zero.c \ zerofree.c -guestfsd_LDADD = $(libsrcdir)/guestfs_protocol.o lib/libgnu.a +guestfsd_LDADD = \ + $(libsrcdir)/guestfs_protocol.o \ + lib/libgnu.a $(LIB_CLOCK_GETTIME) AM_CPPFLAGS = -I$(srcdir)/lib -Ilib guestfsd_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)