summaryrefslogtreecommitdiffstats
path: root/plugins-root/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2008-07-02 20:00:08 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2008-07-02 20:00:08 (GMT)
commit25f0e9f4f09c7d161fbc1e3483501a9f3e7e5b3f (patch)
tree5014b0cbce89eb9ed9fcadccec06a6651f128a97 /plugins-root/Makefile.am
parentf5e7e7eb4043c3b493637830f11c14351b22a91c (diff)
downloadmonitoring-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.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am
index bca3ceb..107d993 100644
--- a/plugins-root/Makefile.am
+++ b/plugins-root/Makefile.am
@@ -71,7 +71,6 @@ check_icmp_LDADD = @LTLIBINTL@ $(NETLIBS) $(SOCKETLIBS)
71# -m64 needed at compiler and linker phase 71# -m64 needed at compiler and linker phase
72pst3_CFLAGS = @PST3CFLAGS@ 72pst3_CFLAGS = @PST3CFLAGS@
73pst3_LDFLAGS = @PST3CFLAGS@ 73pst3_LDFLAGS = @PST3CFLAGS@
74pst3_LDADD = -lkvm
75 74
76check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS) 75check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS)
77check_icmp_DEPENDENCIES = check_icmp.c $(NETOBJS) 76check_icmp_DEPENDENCIES = check_icmp.c $(NETOBJS)