BIND 10 master, updated. 626e81094b7d69a1ca96043e7dea11466031bfb0 make distcheck fix
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 9 14:38:32 UTC 2012
The branch, master has been updated
via 626e81094b7d69a1ca96043e7dea11466031bfb0 (commit)
from 16e7be208020dd3eee46b0d8c120c23ae5f50ccc (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 626e81094b7d69a1ca96043e7dea11466031bfb0
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Wed May 9 16:38:10 2012 +0200
make distcheck fix
-----------------------------------------------------------------------
Summary of changes:
src/lib/util/Makefile.am | 1 +
src/lib/util/io/Makefile.am | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am
index 0b78b29..c2b3020 100644
--- a/src/lib/util/Makefile.am
+++ b/src/lib/util/Makefile.am
@@ -12,6 +12,7 @@ libutil_la_SOURCES += locks.h lru_list.h
libutil_la_SOURCES += strutil.h strutil.cc
libutil_la_SOURCES += buffer.h io_utilities.h
libutil_la_SOURCES += time_utilities.h time_utilities.cc
+libutil_la_SOURCES += range_utilities.h
libutil_la_SOURCES += hash/sha1.h hash/sha1.cc
libutil_la_SOURCES += encode/base16_from_binary.h
libutil_la_SOURCES += encode/base32hex.h encode/base64.h
diff --git a/src/lib/util/io/Makefile.am b/src/lib/util/io/Makefile.am
index 2c3ed96..1cb0ab9 100644
--- a/src/lib/util/io/Makefile.am
+++ b/src/lib/util/io/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS += $(BOOST_INCLUDES)
lib_LTLIBRARIES = libutil_io.la
libutil_io_la_SOURCES = fd.h fd.cc fd_share.h fd_share.cc
libutil_io_la_SOURCES += socketsession.h socketsession.cc sockaddr_util.h
+libutil_io_la_SOURCES += pktinfo_utilities.h
libutil_io_la_LIBADD = $(top_builddir)/src/lib/exceptions/libexceptions.la
CLEANFILES = *.gcno *.gcda
More information about the bind10-changes
mailing list