mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
Include config parser in build and library.
This commit is contained in:
@@ -37,6 +37,14 @@ CWARNINGS =
|
|||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
|
|
||||||
# Alphabetically
|
# Alphabetically
|
||||||
|
|
||||||
|
CONFOBJS = config/confacl.@O@ config/confcommon.@O@ \
|
||||||
|
config/confctl.@O@ config/confctx.@O@ \
|
||||||
|
config/confip.@O@ config/confkeys.@O@ \
|
||||||
|
config/conflog.@O@ config/conflsn.@O@ \
|
||||||
|
config/confparser.@O@ config/confrrset.@O@ \
|
||||||
|
config/confserv.@O@ config/confzone.@O@
|
||||||
|
|
||||||
DSTOBJS = sec/dst/bsafe_link.@O@ sec/dst/dst_api.@O@ \
|
DSTOBJS = sec/dst/bsafe_link.@O@ sec/dst/dst_api.@O@ \
|
||||||
sec/dst/dst_parse.@O@ sec/dst/hmac_link.@O@ \
|
sec/dst/dst_parse.@O@ sec/dst/hmac_link.@O@ \
|
||||||
sec/dst/openssl_link.@O@ sec/dst/dst_result.@O@ \
|
sec/dst/openssl_link.@O@ sec/dst/dst_result.@O@ \
|
||||||
@@ -114,7 +122,7 @@ OBJS = callbacks.@O@ compress.@O@ db.@O@ dbiterator.@O@ \
|
|||||||
resolver.@O@ result.@O@ version.@O@ masterdump.@O@ time.@O@ \
|
resolver.@O@ result.@O@ version.@O@ masterdump.@O@ time.@O@ \
|
||||||
ttl.@O@ tcpmsg.@O@ tsig.@O@ view.@O@ journal.@O@ \
|
ttl.@O@ tcpmsg.@O@ tsig.@O@ view.@O@ journal.@O@ \
|
||||||
dnssec.@O@ \
|
dnssec.@O@ \
|
||||||
${DSTOBJS} ${OPENSSLOBJS} ${DNSSAFEOBJS}
|
${DSTOBJS} ${OPENSSLOBJS} ${DNSSAFEOBJS} ${CONFOBJS}
|
||||||
|
|
||||||
SRCS = callbacks.c compress.c db.c dbiterator.c \
|
SRCS = callbacks.c compress.c db.c dbiterator.c \
|
||||||
dbtable.c dispatch.c lib.c master.c message.c \
|
dbtable.c dispatch.c lib.c master.c message.c \
|
||||||
@@ -123,7 +131,7 @@ SRCS = callbacks.c compress.c db.c dbiterator.c \
|
|||||||
resolver.c result.c version.c masterdump.c time.c \
|
resolver.c result.c version.c masterdump.c time.c \
|
||||||
ttl.c tcpmsg.c tsig.c view.c journal.c dnssec.c
|
ttl.c tcpmsg.c tsig.c view.c journal.c dnssec.c
|
||||||
|
|
||||||
SUBDIRS = include sec
|
SUBDIRS = include sec config
|
||||||
TARGETS = include/dns/enumtype.h include/dns/enumclass.h \
|
TARGETS = include/dns/enumtype.h include/dns/enumclass.h \
|
||||||
include/dns/rdatastruct.h timestamp
|
include/dns/rdatastruct.h timestamp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user