mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:22:05 -04:00
add missing dependancy
This commit is contained in:
parent
2b96f36d0c
commit
97e9fc9e53
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ lib/sample.@SO@: sample.@SO@
|
|||
$(SHELL) ${top_srcdir}/mkinstalldirs `pwd`/lib
|
||||
${LIBTOOL_MODE_INSTALL} ${INSTALL} sample.@SO@ `pwd`/lib
|
||||
|
||||
sample.@SO@: ${OBJS}
|
||||
sample.@SO@: ${OBJS} ${DNSDEPLIBS} ${ISCDEPLIBS}
|
||||
${LIBTOOL_MODE_LINK} @SO_LD@ ${SO_LDFLAGS} -o $@ ${OBJS} \
|
||||
${DNSLIBS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ ${LIBS}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue