BIND 10 master, updated. 0f43c975990d11c7f0a071f3bd29836d28e08f4a [master] add missing header file

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Aug 29 22:00:23 UTC 2012


The branch, master has been updated
       via  0f43c975990d11c7f0a071f3bd29836d28e08f4a (commit)
      from  5f5dd8f7dcfbb4423d53fe87ced200e4fdc9bef5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0f43c975990d11c7f0a071f3bd29836d28e08f4a
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Wed Aug 29 17:00:01 2012 -0500

    [master] add missing header file
    
    distcheck failed since wasn't listed

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/memory/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/Makefile.am b/src/lib/datasrc/memory/Makefile.am
index b8307c0..ef46abe 100644
--- a/src/lib/datasrc/memory/Makefile.am
+++ b/src/lib/datasrc/memory/Makefile.am
@@ -14,5 +14,6 @@ libdatasrc_memory_la_SOURCES = domaintree.h
 libdatasrc_memory_la_SOURCES += rdataset.h rdataset.cc
 libdatasrc_memory_la_SOURCES += rdata_serialization.h rdata_serialization.cc
 libdatasrc_memory_la_SOURCES += zone_data.h zone_data.cc
+libdatasrc_memory_la_SOURCES += segment_object_holder.h
 libdatasrc_memory_la_SOURCES += zone_table.h zone_table.cc
 EXTRA_DIST  = rdata_serialization_priv.cc



More information about the bind10-changes mailing list