summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorM. Sean Finney <seanius@users.sourceforge.net>2005-10-30 22:45:54 (GMT)
committerM. Sean Finney <seanius@users.sourceforge.net>2005-10-30 22:45:54 (GMT)
commit0ff7d99a5e75683e778943884e60a11251183f45 (patch)
tree112f97c7a88f23224c32ca30d23940e353b87874 /plugins/Makefile.am
parent3d210490d5a433bebf86ae0d7bc656871e9aeb75 (diff)
downloadmonitoring-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/Makefile.am')
-rw-r--r--plugins/Makefile.am1
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
9DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ 9DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
10LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@ 10LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@
11MATHLIBS = @MATHLIBS@ 11MATHLIBS = @MATHLIBS@
12AM_CFLAGS = -Wall
12 13
13libexec_PROGRAMS = check_disk check_dummy check_http check_load \ 14libexec_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 \