diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-14 02:26:34 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-14 02:26:34 (GMT) |
commit | 2a68978c564e53cddc90882ee7776a43839dfcff (patch) | |
tree | 7c8432f893e4c43f2d20d022ba8ccdc05752e4e6 /plugins/Makefile.am | |
parent | 9e009c4b1128352c6039d25b39213fd480e9b055 (diff) | |
download | monitoring-plugins-2a68978c564e53cddc90882ee7776a43839dfcff.tar.gz |
remove call_getopt and ssprintf
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@191 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 6747fa3..23c713a 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | VPATH = $(top_srcdir) $(top_srcdir)/plugins $(top_srcdir)/plugins/t | 3 | VPATH = $(top_srcdir) $(top_srcdir)/plugins $(top_srcdir)/plugins/t |
4 | 4 | ||
5 | INCLUDES = @LDAPINCLUDE@ @PGINCLUDE@ @SSLINCLUDE@ | 5 | INCLUDES = @SSLINCLUDE@ |
6 | 6 | ||
7 | libexec_PROGRAMS = check_disk check_dummy check_http check_load \ | 7 | libexec_PROGRAMS = check_disk check_dummy check_http check_load \ |
8 | check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \ | 8 | check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \ |
@@ -119,6 +119,10 @@ check_imap_DEPENDENCIES = check_tcp.c $(NETOBJS) $(DEPLIBS) | |||
119 | check_nntp_DEPENDENCIES = check_tcp.c $(NETOBJS) $(DEPLIBS) | 119 | check_nntp_DEPENDENCIES = check_tcp.c $(NETOBJS) $(DEPLIBS) |
120 | check_pop_DEPENDENCIES = check_tcp.c $(NETOBJS) $(DEPLIBS) | 120 | check_pop_DEPENDENCIES = check_tcp.c $(NETOBJS) $(DEPLIBS) |
121 | 121 | ||
122 | check_mysql_INCLUDES = @MYSQLINCLUDE@ | ||
123 | check_pgsql_INCLUDES = @PGINCLUDE@ | ||
124 | check_ldap_INCLUDES = @LDAPINCLUDE@ | ||
125 | |||
122 | ############################################################################## | 126 | ############################################################################## |
123 | # secondary dependencies | 127 | # secondary dependencies |
124 | 128 | ||