mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +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@
|
@BIND9_VERSION@
|
||||||
|
|
||||||
HEADERS = acl.h adb.h byaddr.h cache.h callbacks.h cert.h compress.h \
|
HEADERS = acl.h adb.h byaddr.h cache.h callbacks.h cert.h \
|
||||||
clientinfo.h db.h dbiterator.h dbtable.h diff.h dispatch.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 \
|
dlz.h dnssec.h ds.h dsdigest.h events.h fixedname.h geoip.h \
|
||||||
iptable.h journal.h keyflags.h keytable.h keyvalues.h \
|
iptable.h journal.h keyflags.h keytable.h keyvalues.h \
|
||||||
lib.h log.h master.h masterdump.h message.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 \
|
rdataset.h rdatasetiter.h rdataslab.h rdatatype.h \
|
||||||
request.h resolver.h result.h rootns.h rpz.h \
|
request.h resolver.h result.h rootns.h rpz.h \
|
||||||
sdb.h sdlz.h secalg.h secproto.h soa.h ssu.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
|
validator.h version.h view.h xfrin.h zone.h zonekey.h zt.h
|
||||||
|
|
||||||
GENHEADERS = enumclass.h enumtype.h rdatastruct.h
|
GENHEADERS = enumclass.h enumtype.h rdatastruct.h
|
||||||
|
@@ -39,6 +39,8 @@ install:: installdirs
|
|||||||
done
|
done
|
||||||
${INSTALL_DATA} netdb.h ${DESTDIR}${includedir}/irs
|
${INSTALL_DATA} netdb.h ${DESTDIR}${includedir}/irs
|
||||||
${INSTALL_DATA} platform.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::
|
distclean::
|
||||||
rm -f netdb.h platform.h
|
rm -f netdb.h platform.h
|
||||||
|
Reference in New Issue
Block a user