summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 183f4f1..81645b8 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -11,7 +11,9 @@ localedir = $(datadir)/locale
11DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ 11DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
12LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@ 12LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@
13MATHLIBS = @MATHLIBS@ 13MATHLIBS = @MATHLIBS@
14AM_CFLAGS = -Wall 14
15# This is not portable. Run ". tools/devmode" to get development compile flags
16#AM_CFLAGS = -Wall
15 17
16libexec_PROGRAMS = check_apt check_disk check_dummy check_http check_load \ 18libexec_PROGRAMS = check_apt check_disk check_dummy check_http check_load \
17 check_mrtg check_mrtgtraf check_ntp check_nwstat check_overcr check_ping \ 19 check_mrtg check_mrtgtraf check_ntp check_nwstat check_overcr check_ping \