mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +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:
commit
5a95f9b0ec
@ -21,10 +21,10 @@ 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 \
|
||||
name.h ncache.h nsec.h nsec3.h nta.h opcode.h order.h \
|
||||
peer.h portlist.h private.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 \
|
||||
rdataset.h rdatasetiter.h rdataslab.h rdatatype.h request.h \
|
||||
resolver.h result.h rootns.h rpz.h rriterator.h rrl.h \
|
||||
|
@ -20,20 +20,20 @@ VERSION=@BIND9_VERSION@
|
||||
#
|
||||
HEADERS = aes.h app.h assertions.h astack.h atomic.h backtrace.h \
|
||||
base32.h base64.h bind9.h buffer.h bufferlist.h \
|
||||
commandline.h counter.h crc64.h deprecated.h \
|
||||
endian.h errno.h error.h event.h eventclass.h \
|
||||
file.h formatcheck.h fsaccess.h fuzz.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 \
|
||||
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 \
|
||||
safe.h serial.h siphash.h sockaddr.h socket.h \
|
||||
stats.h stdio.h strerr.h string.h symtab.h \
|
||||
task.h taskpool.h timer.h tm.h types.h util.h version.h
|
||||
commandline.h counter.h crc64.h deprecated.h endian.h \
|
||||
errno.h error.h event.h eventclass.h file.h \
|
||||
formatcheck.h fsaccess.h fuzz.h glob.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 \
|
||||
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 safe.h serial.h siphash.h \
|
||||
sockaddr.h socket.h stats.h stdio.h strerr.h string.h \
|
||||
symtab.h task.h taskpool.h timer.h tm.h types.h util.h \
|
||||
version.h
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
@ -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 =
|
||||
|
@ -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 log.h kaspconf.h \
|
||||
namedconf.h version.h
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
Loading…
x
Reference in New Issue
Block a user