diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-03 07:55:52 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-03 07:55:52 +0000 |
commit | c46acd0f4b57def6176e2041eb44a02498f6b095 (patch) | |
tree | a363b1a66f8c1f4cd9747496c7c5f875af0b732b /plugins | |
parent | 679f03fbee67cdaa4035f909b3ef5e1eb6c8e30f (diff) | |
download | monitoring-plugins-c46acd0f4b57def6176e2041eb44a02498f6b095.tar.gz |
Fixed compile on Tru64 5.1b (Ciro Iriarte - 1515435)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1438 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 183f4f11..81645b82 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -11,7 +11,9 @@ localedir = $(datadir)/locale DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@ MATHLIBS = @MATHLIBS@ -AM_CFLAGS = -Wall + +# This is not portable. Run ". tools/devmode" to get development compile flags +#AM_CFLAGS = -Wall libexec_PROGRAMS = check_apt check_disk check_dummy check_http check_load \ check_mrtg check_mrtgtraf check_ntp check_nwstat check_overcr check_ping \ |