mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 05:02:05 -04:00
Link dlzexternal system test's driver against libisc
(cherry picked from commitbbe9f1dd95) (cherry picked from commite05b7dc69a) (cherry picked from commit69cbd89f0d)
This commit is contained in:
parent
c9487f5d2e
commit
d139a4936d
1 changed files with 7 additions and 2 deletions
|
|
@ -41,8 +41,13 @@ OBJS =
|
|||
CFLAGS = @CFLAGS@ @SO_CFLAGS@
|
||||
SO_LDFLAGS = @LDFLAGS@ @SO_LDFLAGS@
|
||||
|
||||
driver.@SO@: ${SO_OBJS}
|
||||
${LIBTOOL_MODE_LINK} @SO_LD@ ${SO_LDFLAGS} -o $@ driver.@O@
|
||||
ISCLIBS = ../../../../lib/isc/libisc.@A@
|
||||
SO_STRIP = @SO_STRIP@
|
||||
|
||||
driver.@SO@: ${SO_OBJS} ${ISCLIBS}
|
||||
CLEANED=`echo "${ISCLIBS} ${LIBS}" | ${SO_STRIP}`; \
|
||||
${LIBTOOL_MODE_LINK} @SO_LD@ ${SO_LDFLAGS} -o $@ ${SO_OBJS} \
|
||||
$${CLEANED}
|
||||
|
||||
clean distclean::
|
||||
rm -f ${TARGETS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue