]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
See ticket 35140 for details.
authorJeremy C. Reed <jreed@isc.org>
Mon, 6 Jan 2014 20:20:31 +0000 (14:20 -0600)
committerJeremy C. Reed <jreed@isc.org>
Mon, 6 Jan 2014 20:20:31 +0000 (14:20 -0600)
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.

lib/dns/include/dns/Makefile.in
lib/irs/include/irs/Makefile.in

index 419d6025decd7e285435ba4bd539d7793c5a1f39..95e1adf92f4558a7f5f25228afed2e5098ad0e99 100644 (file)
@@ -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
index 63e7fd6be63ff6fc71698a5f0ef880ba32e9f9b7..861eb2b467ca2df582702e0a7c8df90642927064 100644 (file)
@@ -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