mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
Changes to link flags for check_dhcp.c
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1019 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
09ec30d37c
commit
24d8936052
1 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ AM_INSTALL_PROGRAM_FLAGS = @INSTALL_OPTS@
|
|||
##############################################################################
|
||||
# the actual targets
|
||||
|
||||
check_dhcp_LDADD = $(BASEOBJS)
|
||||
check_dhcp_LDADD = $(BASEOBJS) $(NETLIBS)
|
||||
check_dig_LDADD = $(NETLIBS) popen.o
|
||||
check_disk_LDADD = $(BASEOBJS) popen.o
|
||||
check_dns_LDADD = $(NETLIBS) popen.o
|
||||
|
|
@ -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 $(BASEOBJS) $(DEPLIBS)
|
||||
check_dhcp_DEPENDENCIES = check_dhcp.c $(BASEOBJS) $(NETOBJS) $(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