X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=ae746998b2ddb9425bd2ebdfc6bd40a48f5914e6;hb=0a0d743ba80e33e676084f2a254c63d4188857b0;hp=43cc752717aa143b70487f4c9f7d306d0565391c;hpb=e05ddc70f1fa6d1e8253d69c5d17e69bfad2be90;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 43cc752..ae74699 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -36,6 +36,7 @@ guestfsd_SOURCES = \ dmesg.c \ dropcaches.c \ du.c \ + echo_daemon.c \ ext2.c \ fallocate.c \ file.c \ @@ -52,7 +53,9 @@ guestfsd_SOURCES = \ link.c \ ls.c \ lvm.c \ + mkfs.c \ mknod.c \ + modprobe.c \ mount.c \ names.c \ ntfs.c \ @@ -61,6 +64,7 @@ guestfsd_SOURCES = \ readdir.c \ realpath.c \ scrub.c \ + selinux.c \ sfdisk.c \ sleep.c \ stat.c \ @@ -79,5 +83,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