2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

add <dns/dsdigest.h> to the list of header files to be installed

This commit is contained in:
Mark Andrews 2012-10-05 15:10:50 +10:00
parent e17ebbea44
commit 14889e7b17
2 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@ top_srcdir = @top_srcdir@
HEADERS = acl.h adb.h byaddr.h cache.h callbacks.h cert.h compress.h \
clientinfo.h db.h dbiterator.h dbtable.h diff.h dispatch.h \
dlz.h dnssec.h ds.h events.h fixedname.h iptable.h journal.h \
keyflags.h keytable.h keyvalues.h lib.h log.h \
dlz.h dnssec.h ds.h dsdigest.h events.h fixedname.h iptable.h \
journal.h keyflags.h keytable.h keyvalues.h lib.h log.h \
master.h masterdump.h message.h name.h ncache.h nsec.h \
peer.h portlist.h private.h rbt.h rcode.h \
rdata.h rdataclass.h rdatalist.h rdataset.h rdatasetiter.h \

View File

@ -22,7 +22,7 @@ top_srcdir = @top_srcdir@
HEADERS = acl.h adb.h byaddr.h \
cache.h callbacks.h cert.h client.h compress.h \
db.h dbiterator.h diff.h dispatch.h dlz.h dnssec.h \
ds.h events.h fixedname.h ecdb.h \
ds.h dsdigest.h events.h fixedname.h ecdb.h \
forward.h iptable.h \
keytable.h keyvalues.h \
lib.h log.h \