diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-17 08:56:06 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-17 08:56:06 +0000 |
commit | c655a1c0115bf01738d328436b0e4c32893f5b3e (patch) | |
tree | 1f369845aab8b0c77e5c7486a95180b00d0167c3 /plugins-root/Makefile.am | |
parent | a3bd698ef9c54c7b5a8b735a13dc8f426c94e514 (diff) | |
download | monitoring-plugins-c655a1c0115bf01738d328436b0e4c32893f5b3e.tar.gz |
Fix compile problems on Solaris for pst3 and ssl libs
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1392 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-root/Makefile.am')
-rw-r--r-- | plugins-root/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am index 782a1ca7..2a2987d7 100644 --- a/plugins-root/Makefile.am +++ b/plugins-root/Makefile.am @@ -70,6 +70,7 @@ install-exec-local: $(EXTRA_PROGRAMS) # the actual targets check_dhcp_LDADD = $(NETLIBS) check_icmp_LDADD = $(SOCKETLIBS) +pst3_LDADD = -lkvm check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS) check_icmp_DEPENDENCIES = check_icmp.c |