]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Thu, 17 Aug 2000 00:25:25 +0000 (00:25 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 17 Aug 2000 00:25:25 +0000 (00:25 +0000)
entropy.h was missing from HEADERS, so it wasn't being installed.

lib/isc/include/isc/Makefile.in

index 600c813d9c169f3a83db0a745594bbce3bd80e78..e31da0f49e6b84224eab16586db5496978f0aade 100644 (file)
@@ -13,7 +13,7 @@
 # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 # SOFTWARE.
 
-# $Id: Makefile.in,v 1.38.2.1 2000/06/30 01:25:29 bwelling Exp $
+# $Id: Makefile.in,v 1.38.2.2 2000/08/17 00:25:25 gson Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -27,7 +27,8 @@ top_srcdir =  @top_srcdir@
 # install target below.
 #
 HEADERS =      assertions.h base64.h bitstring.h boolean.h buffer.h \
-               bufferlist.h commandline.h error.h event.h eventclass.h \
+               bufferlist.h commandline.h entropy.h error.h event.h \
+               eventclass.h \
                file.h formatcheck.h fsaccess.h heap.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 \