BIND 10 master, updated. 9697c6b3cc3e49d96efc6777c1dba5ecb00eb785 [master] don't say asiolink is solely for b10-auth in comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Nov 3 13:25:07 UTC 2011
The branch, master has been updated
via 9697c6b3cc3e49d96efc6777c1dba5ecb00eb785 (commit)
from 09e4d880b9e7260caf6b5ec763aa1e0712531657 (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 9697c6b3cc3e49d96efc6777c1dba5ecb00eb785
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Nov 3 08:24:42 2011 -0500
[master] don't say asiolink is solely for b10-auth in comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/asiolink/Makefile.am | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/Makefile.am b/src/lib/asiolink/Makefile.am
index 22b3a8e..5444547 100644
--- a/src/lib/asiolink/Makefile.am
+++ b/src/lib/asiolink/Makefile.am
@@ -7,9 +7,12 @@ AM_CXXFLAGS = $(B10_CXXFLAGS)
CLEANFILES = *.gcno *.gcda
-# This is a wrapper library solely used for b10-auth. The ASIO header files
-# have some code fragments that would hit gcc's unused-parameter warning,
-# which would make the build fail with -Werror (our default setting).
+# This is a wrapper library.
+
+# The ASIO header files have some code fragments that would hit
+# gcc's unused-parameter warning, which would make the build fail
+# with -Werror (our default setting).
+
lib_LTLIBRARIES = libasiolink.la
libasiolink_la_SOURCES = asiolink.h
libasiolink_la_SOURCES += dummy_io_cb.h
More information about the bind10-changes
mailing list