mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:02:05 -04:00
Include config parser header files.
This commit is contained in:
parent
67d3afc471
commit
dcf97f1767
1 changed files with 6 additions and 2 deletions
|
|
@ -24,10 +24,14 @@ HEADERS = callbacks.h cert.h compress.h db.h dbiterator.h dbtable.h \
|
|||
lib.h master.h masterdump.h message.h name.h rbt.h \
|
||||
rcode.h rdata.h rdataclass.h rdatalist.h rdataset.h \
|
||||
rdatasetiter.h rdataslab.h rdatatype.h result.h \
|
||||
secalg.h tcpmsg.h time.h ttl.h types.h view.h
|
||||
secalg.h tcpmsg.h time.h ttl.h types.h view.h \
|
||||
confacl.h confcommon.h confctl.h confctx.h \
|
||||
confip.h confkeys.h conflog.h conflsn.h confparser.h \
|
||||
confrrset.h confserv.h confzone.h
|
||||
|
||||
GENHEADERS = enumclass.h enumtype.h rdatastruct.h
|
||||
|
||||
SUBDIRS =
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
|
|
|||
Loading…
Reference in a new issue