From: M. Sean Finney Date: Sun, 30 Oct 2005 22:45:54 +0000 (+0000) Subject: turned on -Wall in plugins/Makefile.am via AM_CFLAGS. shouldn't keep X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0ff7d99a5e75683e778943884e60a11251183f45;p=nagiosplug.git turned on -Wall in plugins/Makefile.am via AM_CFLAGS. shouldn't keep our heads in the sand for potential errors, after all :) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1266 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 5200878..26f9c8a 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -9,6 +9,7 @@ localedir = $(datadir)/locale DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@ MATHLIBS = @MATHLIBS@ +AM_CFLAGS = -Wall libexec_PROGRAMS = check_disk check_dummy check_http check_load \ check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \