From c46acd0f4b57def6176e2041eb44a02498f6b095 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 3 Jul 2006 07:55:52 +0000 Subject: 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 --- plugins/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/Makefile.am') 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 \ -- cgit v1.2.3