2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Merge branch 'marka-install-missing-header-files' into 'master'

Fix lists of installed header files

See merge request isc-projects/bind9!3173
This commit is contained in:
Mark Andrews
2020-03-05 23:10:53 +00:00
4 changed files with 21 additions and 21 deletions

View File

@@ -21,10 +21,10 @@ HEADERS = acl.h adb.h badcache.h bit.h byaddr.h \
dnstap.h dyndb.h ecs.h \ dnstap.h dyndb.h ecs.h \
edns.h ecdb.h events.h fixedname.h forward.h geoip.h \ edns.h ecdb.h events.h fixedname.h forward.h geoip.h \
ipkeylist.h iptable.h \ ipkeylist.h iptable.h \
journal.h keydata.h keyflags.h keytable.h keyvalues.h \ journal.h kasp.h keydata.h keyflags.h keymgr.h keytable.h \
lib.h librpz.h lookup.h log.h master.h masterdump.h message.h \ keyvalues.h lib.h librpz.h lookup.h log.h master.h \
name.h ncache.h nsec.h nsec3.h nta.h opcode.h order.h \ masterdump.h message.h name.h ncache.h nsec.h nsec3.h nta.h \
peer.h portlist.h private.h \ opcode.h order.h peer.h portlist.h private.h \
rbt.h rcode.h rdata.h rdataclass.h rdatalist.h \ rbt.h rcode.h rdata.h rdataclass.h rdatalist.h \
rdataset.h rdatasetiter.h rdataslab.h rdatatype.h request.h \ rdataset.h rdatasetiter.h rdataslab.h rdatatype.h request.h \
resolver.h result.h rootns.h rpz.h rriterator.h rrl.h \ resolver.h result.h rootns.h rpz.h rriterator.h rrl.h \

View File

@@ -20,20 +20,20 @@ VERSION=@BIND9_VERSION@
# #
HEADERS = aes.h app.h assertions.h astack.h atomic.h backtrace.h \ HEADERS = aes.h app.h assertions.h astack.h atomic.h backtrace.h \
base32.h base64.h bind9.h buffer.h bufferlist.h \ base32.h base64.h bind9.h buffer.h bufferlist.h \
commandline.h counter.h crc64.h deprecated.h \ commandline.h counter.h crc64.h deprecated.h endian.h \
endian.h errno.h error.h event.h eventclass.h \ errno.h error.h event.h eventclass.h file.h \
file.h formatcheck.h fsaccess.h fuzz.h \ formatcheck.h fsaccess.h fuzz.h glob.h hash.h heap.h \
hash.h heap.h hex.h hmac.h hp.h ht.h httpd.h \ hex.h hmac.h hp.h ht.h httpd.h interfaceiter.h \
interfaceiter.h iterated_hash.h \ iterated_hash.h lang.h lex.h lfsr.h lib.h likely.h \
lang.h lex.h lfsr.h lib.h likely.h list.h log.h \ list.h log.h magic.h md.h mem.h meminfo.h \
magic.h md.h mem.h meminfo.h mutexblock.h \ mutexatomic.h mutexblock.h netaddr.h netmgr.h \
netaddr.h netscope.h nonce.h os.h parseint.h \ netscope.h nonce.h os.h parseint.h pool.h portset.h \
pool.h portset.h print.h queue.h quota.h \ print.h queue.h quota.h radix.h random.h ratelimiter.h \
radix.h random.h ratelimiter.h refcount.h regex.h \ refcount.h regex.h region.h resource.h result.h \
region.h resource.h result.h resultclass.h rwlock.h \ resultclass.h rwlock.h safe.h serial.h siphash.h \
safe.h serial.h siphash.h sockaddr.h socket.h \ sockaddr.h socket.h stats.h stdio.h strerr.h string.h \
stats.h stdio.h strerr.h string.h symtab.h \ symtab.h task.h taskpool.h timer.h tm.h types.h util.h \
task.h taskpool.h timer.h tm.h types.h util.h version.h version.h
SUBDIRS = SUBDIRS =
TARGETS = TARGETS =

View File

@@ -13,7 +13,7 @@ top_srcdir = @top_srcdir@
VERSION=@BIND9_VERSION@ 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 stdatomic.h stdtime.h syslog.h time.h
SUBDIRS = SUBDIRS =

View File

@@ -18,8 +18,8 @@ VERSION=@BIND9_VERSION@
# machine generated. The latter are handled specially in the # machine generated. The latter are handled specially in the
# install target below. # install target below.
# #
HEADERS = aclconf.h cfg.h dnsconf.h grammar.h log.h namedconf.h \ HEADERS = aclconf.h cfg.h dnsconf.h grammar.h log.h kaspconf.h \
version.h namedconf.h version.h
SUBDIRS = SUBDIRS =
TARGETS = TARGETS =