mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
Correct dependencies for check_dhcp.c.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1009 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
d50a9917ef
commit
b4d77248a2
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ check_ide_smart_LDADD = $(BASEOBJS)
|
|||
negate_LDADD = $(BASEOBJS) popen.o
|
||||
urlize_LDADD = $(BASEOBJS) popen.o
|
||||
|
||||
check_dhcp_DEPENDENCIES = check_dhcp.c $(DEPLIBS)
|
||||
check_dhcp_DEPENDENCIES = check_dhcp.c $(BASEOBJS) $(DEPLIBS)
|
||||
check_dig_DEPENDENCIES = check_dig.c $(NETOBJS) popen.o $(DEPLIBS)
|
||||
check_disk_DEPENDENCIES = check_disk.c $(BASEOBJS) popen.o $(DEPLIBS)
|
||||
check_dns_DEPENDENCIES = check_dns.c $(NETOBJS) popen.o $(DEPLIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue