From 8650b8c72a9f6d154041bb2ce742302acb3cde99 Mon Sep 17 00:00:00 2001 From: Harper Mann Date: Thu, 27 Jan 2005 01:38:50 +0000 Subject: Added check_dhcp bask into libexec_PROGRAMS after talking with Stanley. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1110 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 2fbe64a..5b519b7 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -10,7 +10,7 @@ localedir = $(datadir)/locale DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ LIBS = @LIBINTL@ @LIBS@ @SSLINCLUDE@ -libexec_PROGRAMS = check_disk check_dummy check_http check_load \ +libexec_PROGRAMS = check_dhcp check_disk check_dummy check_http check_load \ check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \ check_real check_smtp check_ssh check_tcp check_time \ check_udp check_ups check_users negate urlize \ @@ -20,7 +20,7 @@ check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2 \ @check_tcp_ssl@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ - check_swap check_fping check_ldap check_game check_dhcp check_dig \ + check_swap check_fping check_ldap check_game check_dig \ check_nagios check_by_ssh check_dns check_nt check_ide_smart \ check_procs check_icmp -- cgit v0.10-9-g596f