]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1839. [bug] <isc/hash.h> was not being installed.
authorMark Andrews <marka@isc.org>
Mon, 21 Mar 2005 05:16:47 +0000 (05:16 +0000)
committerMark Andrews <marka@isc.org>
Mon, 21 Mar 2005 05:16:47 +0000 (05:16 +0000)
CHANGES
lib/isc/include/isc/Makefile.in

diff --git a/CHANGES b/CHANGES
index ffb34bed475a4ff54237d122e762242730ce7851..fde5831255251ea75f3e1b68c49b1de50f44794c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+1839.  [bug]           <isc/hash.h> was not being installed.
+
 1838.  [placeholder]   rt13707
 
 1837.  [placeholder]   rt13714
index db576c2cc2f7221ceca1a9ad6c5ca0235f925c0d..fb97b6decf3ce50b79ef49753afe0a20df2d44ea 100644 (file)
@@ -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.54 2004/03/05 05:10:55 marka Exp $
+# $Id: Makefile.in,v 1.55 2005/03/21 05:16:47 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -28,8 +28,8 @@ top_srcdir =  @top_srcdir@
 #
 HEADERS =      app.h assertions.h base64.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 heap.h hex.h hmacmd5.h \
+               eventclass.h file.h formatcheck.h fsaccess.h \
+               hash.h heap.h hex.h hmacmd5.h \
                interfaceiter.h @ISC_IPV6_H@ lang.h lex.h \
                lfsr.h lib.h list.h log.h magic.h md5.h mem.h msgcat.h msgs.h \
                mutexblock.h netaddr.h ondestroy.h os.h parseint.h \