mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 14:17:27 -04:00
2276. [bug] Install <dst/gssapi.h>. [RT# 17359]
This commit is contained in:
parent
4df6c1fd9c
commit
301f6ffbbe
2 changed files with 4 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
2276. [bug] Install <dst/gssapi.h>. [RT# 17359]
|
||||
|
||||
2275. [func] Add support to dig to perform IXFR queries over UDP.
|
||||
[RT #17235]
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.3 2007/06/19 23:47:17 tbox Exp $
|
||||
# $Id: Makefile.in,v 1.4 2007/12/11 20:28:55 marka Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@
|
|||
|
||||
@BIND9_VERSION@
|
||||
|
||||
HEADERS = dst.h lib.h result.h
|
||||
HEADERS = dst.h gssapi.h lib.h result.h
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
|
|
|||
Loading…
Reference in a new issue