mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
lwres_conftest renamed to lwresconf_test for consistency.
ignore lwresconf_test binary.
This commit is contained in:
parent
e302d60c54
commit
54d47fb18b
@ -3,21 +3,27 @@ Makefile
|
||||
*.la
|
||||
*.lo
|
||||
adb_test
|
||||
byaddr_test
|
||||
byname_test
|
||||
compress_test
|
||||
db_test
|
||||
dispatch_tcp_test
|
||||
dispatch_test
|
||||
gxba_test
|
||||
gxbn_test
|
||||
headerdep_test.sh
|
||||
inter_test
|
||||
keygen
|
||||
lex_test
|
||||
lfsr_test
|
||||
log_test
|
||||
lwres_test
|
||||
lwresconf_test
|
||||
master_test
|
||||
mem_test
|
||||
mempool_test
|
||||
name_test
|
||||
ndcconf_test
|
||||
nconf_test
|
||||
nxtify
|
||||
omapi_test
|
||||
@ -39,8 +45,3 @@ tkey_test
|
||||
wire_test
|
||||
zone2_test
|
||||
zone_test
|
||||
byaddr_test
|
||||
inter_test
|
||||
byname_test
|
||||
headerdep_test.sh
|
||||
ndcconf_test
|
||||
|
@ -55,7 +55,7 @@ XTARGETS = adb_test \
|
||||
lfsr_test \
|
||||
log_test \
|
||||
lwres_test \
|
||||
lwres_conftest \
|
||||
lwresconf_test \
|
||||
master_test \
|
||||
mempool_test \
|
||||
name_test \
|
||||
@ -95,8 +95,8 @@ SRCS = adb_test.c \
|
||||
lex_test.c \
|
||||
lfsr_test.c \
|
||||
log_test.c \
|
||||
lwres_conftest.c \
|
||||
lwres_test.c \
|
||||
lwresconf_test.c \
|
||||
master_test.c \
|
||||
mempool_test.c \
|
||||
name_test.c \
|
||||
@ -266,8 +266,8 @@ inter_test: inter_test.@O@ ${ISCDEPLIBS}
|
||||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ inter_test.@O@ \
|
||||
${ISCLIBS} ${LIBS}
|
||||
|
||||
lwres_conftest: lwres_conftest.@O@ ${ISCDEPLIBS} ${LWRESDEPLIBS}
|
||||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ lwres_conftest.@O@ \
|
||||
lwresconf_test: lwresconf_test.@O@ ${ISCDEPLIBS} ${LWRESDEPLIBS}
|
||||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ lwresconf_test.@O@ \
|
||||
${LWRESLIBS} ${ISCLIBS} ${LIBS}
|
||||
|
||||
lwres_test: lwres_test.@O@ ${ISCDEPLIBS} ${LWRESDEPLIBS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user