mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
See ticket 35140 for details.
Install some include files: dns/client.h dns/tsec.h irs/resconf.h irs/types.h (I noticed these when building DHCP using installed BIND9.) This was okayed during the 2014-01-02 BIND9 phone meeting.
This commit is contained in:
@@ -21,8 +21,9 @@ top_srcdir = @top_srcdir@
|
||||
|
||||
@BIND9_VERSION@
|
||||
|
||||
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 \
|
||||
HEADERS = acl.h adb.h byaddr.h cache.h callbacks.h cert.h \
|
||||
client.h clientinfo.h compress.h \
|
||||
db.h dbiterator.h dbtable.h diff.h dispatch.h \
|
||||
dlz.h dnssec.h ds.h dsdigest.h events.h fixedname.h geoip.h \
|
||||
iptable.h journal.h keyflags.h keytable.h keyvalues.h \
|
||||
lib.h log.h master.h masterdump.h message.h \
|
||||
@@ -31,7 +32,7 @@ HEADERS = acl.h adb.h byaddr.h cache.h callbacks.h cert.h compress.h \
|
||||
rdataset.h rdatasetiter.h rdataslab.h rdatatype.h \
|
||||
request.h resolver.h result.h rootns.h rpz.h \
|
||||
sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h \
|
||||
tcpmsg.h time.h tkey.h tsig.h ttl.h types.h \
|
||||
tcpmsg.h time.h tkey.h tsec.h tsig.h ttl.h types.h \
|
||||
validator.h version.h view.h xfrin.h zone.h zonekey.h zt.h
|
||||
|
||||
GENHEADERS = enumclass.h enumtype.h rdatastruct.h
|
||||
|
@@ -39,6 +39,8 @@ install:: installdirs
|
||||
done
|
||||
${INSTALL_DATA} netdb.h ${DESTDIR}${includedir}/irs
|
||||
${INSTALL_DATA} platform.h ${DESTDIR}${includedir}/irs
|
||||
${INSTALL_DATA} resconf.h ${DESTDIR}${includedir}/irs
|
||||
${INSTALL_DATA} types.h ${DESTDIR}${includedir}/irs
|
||||
|
||||
distclean::
|
||||
rm -f netdb.h platform.h
|
||||
|
Reference in New Issue
Block a user