diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-04-13 11:35:13 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-04-13 11:35:13 +0000 |
commit | 09a854dd89657f631df2d4e4c40de68b3bd5a317 (patch) | |
tree | feca9f8b0f12f16cf05ff68b70f185961587ba5e /plugins/Makefile.am | |
parent | 8d9b7a58ea2336221a499d54853613f11adc43fc (diff) | |
download | monitoring-plugins-09a854dd89657f631df2d4e4c40de68b3bd5a317.tar.gz |
automake magic for check_cluster
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1683 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 7ee29103..3909dc5c 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -13,7 +13,7 @@ MATHLIBS = @MATHLIBS@ # 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 \ +libexec_PROGRAMS = check_apt check_cluster check_disk check_dummy check_http check_load \ check_mrtg check_mrtgtraf check_ntp check_nwstat check_overcr check_ping \ check_real check_smtp check_ssh check_tcp check_time \ check_ups check_users negate \ @@ -90,6 +90,7 @@ negate_LDADD = $(BASEOBJS) popen.o urlize_LDADD = $(BASEOBJS) popen.o check_apt_DEPENDENCIES = check_apt.c $(BASEOBJS) runcmd.o $(DEPLIBS) +check_cluster_DEPENDENCIES = check_cluster.c $(DEPLIBS) check_dig_DEPENDENCIES = check_dig.c $(NETOBJS) runcmd.o $(DEPLIBS) check_disk_DEPENDENCIES = check_disk.c $(BASEOBJS) popen.o $(DEPLIBS) check_dns_DEPENDENCIES = check_dns.c $(NETOBJS) runcmd.o $(DEPLIBS) |