mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 12:08:53 -04:00
Merge branch 'marka-install-missing-header-files' into 'v9_16'
Fix lists of installed header files See merge request isc-projects/bind9!3178
This commit is contained in:
commit
aa995a2f1d
5 changed files with 9 additions and 8 deletions
|
|
@ -21,8 +21,9 @@ HEADERS = acl.h adb.h badcache.h bit.h byaddr.h \
|
|||
dnstap.h dyndb.h ecs.h \
|
||||
edns.h ecdb.h events.h fixedname.h forward.h geoip.h \
|
||||
ipkeylist.h iptable.h \
|
||||
journal.h keydata.h keyflags.h keytable.h keyvalues.h \
|
||||
lib.h librpz.h lookup.h log.h master.h masterdump.h message.h \
|
||||
journal.h kasp.h keydata.h keyflags.h keymgr.h keytable.h \
|
||||
keyvalues.h lib.h librpz.h lookup.h log.h \
|
||||
master.h masterdump.h message.h \
|
||||
name.h ncache.h nsec.h nsec3.h nta.h opcode.h order.h \
|
||||
peer.h portlist.h private.h \
|
||||
rbt.h rcode.h rdata.h rdataclass.h rdatalist.h \
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ HEADERS = aes.h app.h assertions.h astack.h atomic.h backtrace.h \
|
|||
hash.h heap.h hex.h hmac.h hp.h ht.h httpd.h \
|
||||
interfaceiter.h iterated_hash.h \
|
||||
lang.h lex.h lfsr.h lib.h likely.h list.h log.h \
|
||||
magic.h md.h mem.h meminfo.h mutexblock.h \
|
||||
netaddr.h netscope.h nonce.h os.h parseint.h \
|
||||
magic.h md.h mem.h meminfo.h mutexatomic.h mutexblock.h \
|
||||
netaddr.h netmgr.h netscope.h nonce.h os.h parseint.h \
|
||||
pool.h portset.h print.h queue.h quota.h \
|
||||
radix.h random.h ratelimiter.h refcount.h regex.h \
|
||||
region.h resource.h result.h resultclass.h rwlock.h \
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ top_srcdir = @top_srcdir@
|
|||
|
||||
VERSION=@BIND9_VERSION@
|
||||
|
||||
HEADERS = dir.h net.h netdb.h offset.h stat.h \
|
||||
HEADERS = align.h dir.h net.h netdb.h offset.h stat.h \
|
||||
stdatomic.h stdtime.h syslog.h time.h
|
||||
|
||||
SUBDIRS =
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ top_srcdir = @top_srcdir@
|
|||
|
||||
VERSION=@BIND9_VERSION@
|
||||
|
||||
HEADERS = dir.h mutex.h net.h netdb.h once.h \
|
||||
HEADERS = align.h dir.h mutex.h net.h netdb.h once.h \
|
||||
stat.h stdtime.h thread.h time.h
|
||||
|
||||
SUBDIRS =
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ VERSION=@BIND9_VERSION@
|
|||
# machine generated. The latter are handled specially in the
|
||||
# install target below.
|
||||
#
|
||||
HEADERS = aclconf.h cfg.h dnsconf.h grammar.h log.h namedconf.h \
|
||||
version.h
|
||||
HEADERS = aclconf.h cfg.h dnsconf.h grammar.h kaspconf.h log.h \
|
||||
namedconf.h version.h
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
|
|
|||
Loading…
Reference in a new issue