From 2024094a6e5e82c5bc15e4fde08900de62a3e8e8 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 24 Oct 2006 09:48:26 +0000 Subject: Fixed compile on non-glibc platforms git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1522 f882894a-f735-0410-b71e-b25c423dba1c --- plugins-root/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins-root/Makefile.am') diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am index 5a2af85b..8d33b488 100644 --- a/plugins-root/Makefile.am +++ b/plugins-root/Makefile.am @@ -67,8 +67,8 @@ install-exec-local: $(noinst_PROGRAMS) ############################################################################## # the actual targets check_dhcp_LDADD = $(NETLIBS) -check_icmp_LDADD = $(SOCKETLIBS) +check_icmp_LDADD = $(NETLIBS) $(SOCKETLIBS) pst3_LDADD = -lkvm check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS) -check_icmp_DEPENDENCIES = check_icmp.c +check_icmp_DEPENDENCIES = check_icmp.c $(NETOBJS) -- cgit v1.2.3