summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-25 21:29:24 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-25 21:29:24 +0100
commit0843bfad57f5e51008dfdcfd3136a83dbe7321fb (patch)
tree1f23a1f58aac8ccd5eb0a84a80cf09beea8494fe /Makefile.am
parent27b06760f3a381acba9f840bab1a3ea2efc7ffde (diff)
build: re-enable -Wflags, and fix a few warnings
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1911eff..9baaff2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,4 +30,4 @@ BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
-DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
+DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-werror