mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:32:13 -04:00
add missing .h files
This commit is contained in:
parent
0a26ae650d
commit
4dafa5b8ed
3 changed files with 10 additions and 9 deletions
|
|
@ -22,13 +22,14 @@ top_srcdir = @top_srcdir@
|
|||
#
|
||||
# Only list headers that are to be installed!
|
||||
#
|
||||
HEADERS = assertions.h base64.h boolean.h buffer.h bufferlist.h \
|
||||
commandline.h error.h event.h eventclass.h \
|
||||
heap.h int.h interfaceiter.h lang.h lex.h lfsr.h lib.h \
|
||||
list.h magic.h mem.h msgcat.h mutexblock.h netaddr.h \
|
||||
print.h random.h rbtgen.h region.h result.h \
|
||||
resultclass.h rwlock.h serial.h sockaddr.h socket.h str.h \
|
||||
symtab.h task.h timer.h types.h util.h
|
||||
HEADERS = assertions.h base64.h bitstring.h boolean.h buffer.h \
|
||||
bufferlist.h commandline.h error.h event.h eventclass.h \
|
||||
heap.h interfaceiter.h lang.h lex.h lfsr.h lib.h \
|
||||
list.h magic.h mem.h mktemplate.h msgcat.h mutexblock.h \
|
||||
netaddr.h platform.h print.h quota.h random.h ratelimiter.h \
|
||||
rbtgen.h region.h result.h resultclass.h rwlock.h serial.h \
|
||||
sockaddr.h socket.h str.h symtab.h task.h taskpool.h timer.h \
|
||||
types.h ufile.h util.h
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ top_srcdir = @top_srcdir@
|
|||
|
||||
@BIND9_VERSION@
|
||||
|
||||
HEADERS = app.h dir.h net.h netdb.h time.h stdtime.h @ISC_IPV6_H@
|
||||
HEADERS = app.h dir.h int.h net.h netdb.h stdtime.h time.h @ISC_IPV6_H@
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ top_srcdir = @top_srcdir@
|
|||
|
||||
@BIND9_VERSION@
|
||||
|
||||
HEADERS = compatibility.h omapi.h private.h
|
||||
HEADERS = compatibility.h lib.h omapi.h private.h result.h types.h
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
|
|
|||
Loading…
Reference in a new issue