From 9590d4bcadd326e4bc7a3a6192ad6a560e9a4e9a Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 28 Feb 2012 21:34:52 +0000 Subject: [PATCH] 3290. [bug] was not being installed. [RT #28169] --- CHANGES | 2 ++ lib/isc/include/isc/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 5aab47ecd0..ee8b1a921e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +3290. [bug] was not being installed. [RT #28169] + --- 9.9.0 released --- --- 9.9.0rc4 released --- diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index a4b117ceed..90e2eba407 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -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.68 2009/12/05 23:31:41 each Exp $ +# $Id: Makefile.in,v 1.68.630.1 2012/02/28 21:34:52 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -29,7 +29,7 @@ top_srcdir = @top_srcdir@ HEADERS = app.h assertions.h base64.h bind9.h bitstring.h boolean.h \ buffer.h bufferlist.h commandline.h entropy.h error.h event.h \ eventclass.h file.h formatcheck.h fsaccess.h \ - hash.h heap.h hex.h hmacmd5.h \ + hash.h heap.h hex.h hmacmd5.h hmacsha.h \ httpd.h \ interfaceiter.h @ISC_IPV6_H@ iterated_hash.h lang.h lex.h \ lfsr.h lib.h list.h log.h \