diff options
author | M. Sean Finney <seanius@users.sourceforge.net> | 2005-10-30 22:45:54 (GMT) |
---|---|---|
committer | M. Sean Finney <seanius@users.sourceforge.net> | 2005-10-30 22:45:54 (GMT) |
commit | 0ff7d99a5e75683e778943884e60a11251183f45 (patch) | |
tree | 112f97c7a88f23224c32ca30d23940e353b87874 | |
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
-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 5200878..26f9c8a 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -9,6 +9,7 @@ localedir = $(datadir)/locale | |||
9 | DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ | 9 | DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ |
10 | LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@ | 10 | LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@ |
11 | MATHLIBS = @MATHLIBS@ | 11 | MATHLIBS = @MATHLIBS@ |
12 | AM_CFLAGS = -Wall | ||
12 | 13 | ||
13 | libexec_PROGRAMS = check_disk check_dummy check_http check_load \ | 14 | libexec_PROGRAMS = check_disk check_dummy check_http check_load \ |
14 | check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \ | 15 | check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \ |