summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-09-22 16:40:18 +0200
committerLudovic Courtès <ludo@gnu.org>2013-09-23 00:33:50 +0200
commit996ed6acd5586f9db08a9388442acdd044285fe4 (patch)
tree5588000b68cac5efc48eb8cd327a1599b925d083
parent13f04f48d0f5b4338ef5d4aa27b892bb0f28c7c2 (diff)
downloadpatches-996ed6acd5586f9db08a9388442acdd044285fe4.tar
patches-996ed6acd5586f9db08a9388442acdd044285fe4.tar.gz
build: Build the daemon with -Wall.
* daemon.am (AM_CXXFLAGS): New variable.
-rw-r--r--daemon.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon.am b/daemon.am
index 069700b1b6..8c21dbc328 100644
--- a/daemon.am
+++ b/daemon.am
@@ -25,6 +25,8 @@ CLEANFILES += $(BUILT_SOURCES)
noinst_LIBRARIES = libformat.a libutil.a libstore.a
+AM_CXXFLAGS = -Wall
+
libformat_a_SOURCES = \
nix/boost/format/free_funcs.cc \
nix/boost/format/parsing.cc \