summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index e6af0feb..097d89d8 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -81,5 +81,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