diff options
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 |