mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 07:41:10 -04:00
add missing libraries
This commit is contained in:
parent
a00f9e2f50
commit
ac6bb3dd36
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ SO_LDFLAGS = @LDFLAGS@ @SO_LDFLAGS@
|
|||
|
||||
sample.@SO@: ${OBJS}
|
||||
${LIBTOOL_MODE_LINK} @SO_LD@ ${SO_LDFLAGS} -o $@ ${OBJS} \
|
||||
${DNSLIBS} ${ISCLIBS}
|
||||
${DNSLIBS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ ${LIBS}
|
||||
|
||||
clean distclean::
|
||||
rm -f ${OBJS} sample.so
|
||||
|
|
|
|||
Loading…
Reference in a new issue