X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=83ee408c7aa5a6d504f1acc8270139eb2690b267;hb=97ef6a82ed32404b751a23b6658e0f9c7ab3298c;hp=94069440cb22ca283ce00a2b1d3782ad85b83cbe;hpb=67a679afb17747b5ec392e56cf6121b085b38a3a;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 9406944..83ee408 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -52,7 +52,9 @@ guestfsd_SOURCES = \ link.c \ ls.c \ lvm.c \ + mkfs.c \ mknod.c \ + modprobe.c \ mount.c \ names.c \ ntfs.c \ @@ -80,5 +82,6 @@ guestfsd_SOURCES = \ $(top_builddir)/../src/guestfs_protocol.c AM_CPPFLAGS = -I$(srcdir)/lib -Ilib -guestfsd_CFLAGS = -Wall +guestfsd_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) + LDADD = lib/libgnu.a