diff options
author | M. Sean Finney <seanius@users.sourceforge.net> | 2005-10-30 22:45:54 +0000 |
---|---|---|
committer | M. Sean Finney <seanius@users.sourceforge.net> | 2005-10-30 22:45:54 +0000 |
commit | 0ff7d99a5e75683e778943884e60a11251183f45 (patch) | |
tree | 112f97c7a88f23224c32ca30d23940e353b87874 /plugins | |
parent | 3d210490d5a433bebf86ae0d7bc656871e9aeb75 (diff) | |
download | monitoring-plugins-0ff7d99a5e75683e778943884e60a11251183f45.tar.gz |
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
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 52008787..26f9c8a8 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 \ |