BIND 10 master, updated. 67727b623a4889ee0e38bd0ad9aaba710e722e4f [master] minor dependency update in b10-auth
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu May 26 09:19:25 UTC 2011
The branch, master has been updated
via 67727b623a4889ee0e38bd0ad9aaba710e722e4f (commit)
from b31501e6a7d8cb5c1b3714f289d9c55753447d83 (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 67727b623a4889ee0e38bd0ad9aaba710e722e4f
Author: Jelte Jansen <jelte at isc.org>
Date: Thu May 26 11:13:48 2011 +0200
[master] minor dependency update in b10-auth
removed libnsas, added liblog
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/Makefile.am b/src/bin/auth/Makefile.am
index 56dc348..9c52504 100644
--- a/src/bin/auth/Makefile.am
+++ b/src/bin/auth/Makefile.am
@@ -51,7 +51,7 @@ b10_auth_LDADD += $(top_builddir)/src/lib/cc/libcc.la
b10_auth_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
b10_auth_LDADD += $(top_builddir)/src/lib/asiodns/libasiodns.la
b10_auth_LDADD += $(top_builddir)/src/lib/asiolink/libasiolink.la
-b10_auth_LDADD += $(top_builddir)/src/lib/nsas/libnsas.la
+b10_auth_LDADD += $(top_builddir)/src/lib/log/liblog.la
b10_auth_LDADD += $(top_builddir)/src/lib/xfr/libxfr.la
b10_auth_LDADD += $(top_builddir)/src/lib/server_common/libserver_common.la
b10_auth_LDADD += $(SQLITE_LIBS)
More information about the bind10-changes
mailing list