]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2794. [bug] Install <isc/namespace.h>. [RT #20677]
authorMark Andrews <marka@isc.org>
Mon, 30 Nov 2009 21:34:57 +0000 (21:34 +0000)
committerMark Andrews <marka@isc.org>
Mon, 30 Nov 2009 21:34:57 +0000 (21:34 +0000)
CHANGES
lib/isc/include/isc/Makefile.in

diff --git a/CHANGES b/CHANGES
index 96d02390bd28769c3a38b72c2a42b1daf41ed7a9..aca349b6f0a6df9863158ddab38494cc6efc6e2f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2794.  [bug]           Install <isc/namespace.h>.  [RT #20677]
+
 2793.  [func]          Add "autosign" and "metadata" tests to the
                        automatic tests. [RT #19946]
 
index b3eb2b4cf7ec870736e53c8bca9a66e84c6ed7e9..65828b14b45c6ed29ee78d730129cd67394a63a3 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.66 2009/02/12 23:47:56 tbox Exp $
+# $Id: Makefile.in,v 1.67 2009/11/30 21:34:57 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -33,8 +33,8 @@ HEADERS =     app.h assertions.h base64.h bitstring.h boolean.h buffer.h \
                httpd.h \
                interfaceiter.h @ISC_IPV6_H@ iterated_hash.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 \
+               magic.h md5.h mem.h msgcat.h msgs.h mutexblock.h \
+               namespace.h netaddr.h ondestroy.h os.h parseint.h \
                print.h quota.h radix.h random.h ratelimiter.h \
                refcount.h region.h resource.h \
                result.h resultclass.h rwlock.h serial.h sha1.h sha2.h \