summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-03-02 14:06:10 -0600
committerDan Williams <dcbw@redhat.com>2012-03-02 14:30:40 -0600
commitcc24930aed513c84d80e0dd72bf1ac8a701be032 (patch)
tree91b8fddb4eca94c71bf11ea795758e48b019b32a /Makefile.am
parente6b60dcd19fa0a31cdf1983a15ac1e2b6638b9e3 (diff)
build: more flexible build-time warnings and errors options
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 794cc01..9b35207 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,8 @@ nmvpnservice_DATA = nm-iodine-service.name
nm-iodine-service.name: $(srcdir)/nm-iodine-service.name.in
sed -e 's|[@]LIBEXECDIR[@]|$(libexecdir)|g' $< >$@
+DISTCHECK_CONFIGURE_FLAGS = --enable-more-warnings=yes
+
EXTRA_DIST = nm-iodine-service.name.in \
$(dbusservice_DATA) \
$(desktop_in_files) \