diff options
| author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-04-21 09:38:33 +0000 | 
|---|---|---|
| committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-04-21 09:38:33 +0000 | 
| commit | b5f072edcda679059920b637298542a686445dbb (patch) | |
| tree | 7821a51ee2b4cce248222973427f3b37370087be | |
| parent | d700b87297cfc589e9692b64c6a5c37347caba31 (diff) | |
| download | monitoring-plugins-b5f072edcda679059920b637298542a686445dbb.tar.gz | |
Remove popen linkagetv/new_threshold_syntax
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/new_threshold_syntax@1982 f882894a-f735-0410-b71e-b25c423dba1c
| -rw-r--r-- | plugins/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 67c49ca9..85e4a5dd 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
| @@ -79,7 +79,7 @@ check_nwstat_LDADD = $(NETLIBS) | |||
| 79 | check_overcr_LDADD = $(NETLIBS) | 79 | check_overcr_LDADD = $(NETLIBS) | 
| 80 | check_pgsql_LDADD = $(NETLIBS) $(PGLIBS) | 80 | check_pgsql_LDADD = $(NETLIBS) $(PGLIBS) | 
| 81 | check_ping_LDADD = $(NETLIBS) popen.o | 81 | check_ping_LDADD = $(NETLIBS) popen.o | 
| 82 | check_procs_LDADD = $(BASEOBJS) popen.o | 82 | check_procs_LDADD = $(BASEOBJS) | 
| 83 | check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS) | 83 | check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS) | 
| 84 | check_real_LDADD = $(NETLIBS) | 84 | check_real_LDADD = $(NETLIBS) | 
| 85 | check_snmp_LDADD = $(BASEOBJS) popen.o | 85 | check_snmp_LDADD = $(BASEOBJS) popen.o | 
