diff options
Diffstat (limited to 'plugins-root/Makefile.am')
-rw-r--r-- | plugins-root/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) | |||
67 | ############################################################################## | 67 | ############################################################################## |
68 | # the actual targets | 68 | # the actual targets |
69 | check_dhcp_LDADD = $(NETLIBS) | 69 | check_dhcp_LDADD = $(NETLIBS) |
70 | check_icmp_LDADD = $(SOCKETLIBS) | 70 | check_icmp_LDADD = $(NETLIBS) $(SOCKETLIBS) |
71 | pst3_LDADD = -lkvm | 71 | pst3_LDADD = -lkvm |
72 | 72 | ||
73 | check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS) | 73 | check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS) |
74 | check_icmp_DEPENDENCIES = check_icmp.c | 74 | check_icmp_DEPENDENCIES = check_icmp.c $(NETOBJS) |