X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=83ee408c7aa5a6d504f1acc8270139eb2690b267;hb=97ef6a82ed32404b751a23b6658e0f9c7ab3298c;hp=e6af0feba29644e60dccddf8d6b77d0ea0d283da;hpb=a61bccecfba1c9501910d28de24bac945e95001f;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index e6af0fe..83ee408 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -54,6 +54,7 @@ guestfsd_SOURCES = \ lvm.c \ mkfs.c \ mknod.c \ + modprobe.c \ mount.c \ names.c \ ntfs.c \ @@ -81,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