diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-07-02 20:00:08 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-07-02 20:00:08 +0000 |
commit | 25f0e9f4f09c7d161fbc1e3483501a9f3e7e5b3f (patch) | |
tree | 5014b0cbce89eb9ed9fcadccec06a6651f128a97 /plugins-root/Makefile.am | |
parent | f5e7e7eb4043c3b493637830f11c14351b22a91c (diff) | |
download | monitoring-plugins-25f0e9f4f09c7d161fbc1e3483501a9f3e7e5b3f.tar.gz |
Change pst3 again, this time to remove use of kvm which is not
available in Solaris 10 non-global zones. Uses /proc, which is not
available in older versions of Solaris.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2016 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-root/Makefile.am')
-rw-r--r-- | plugins-root/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am index bca3ceb5..107d9933 100644 --- a/plugins-root/Makefile.am +++ b/plugins-root/Makefile.am @@ -71,7 +71,6 @@ check_icmp_LDADD = @LTLIBINTL@ $(NETLIBS) $(SOCKETLIBS) # -m64 needed at compiler and linker phase pst3_CFLAGS = @PST3CFLAGS@ pst3_LDFLAGS = @PST3CFLAGS@ -pst3_LDADD = -lkvm check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS) check_icmp_DEPENDENCIES = check_icmp.c $(NETOBJS) |