BIND 10 master, updated. 0e90f0055da9a5dad308d56934ccac5d9432f245 [2720] Applied proposed patch
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 28 10:18:39 UTC 2013
The branch, master has been updated
via 0e90f0055da9a5dad308d56934ccac5d9432f245 (commit)
from 232307060189c47285121f696d4efb206f632432 (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 0e90f0055da9a5dad308d56934ccac5d9432f245
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Feb 28 11:17:34 2013 +0100
[2720] Applied proposed patch
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/acl/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/acl/Makefile.am b/src/lib/python/isc/acl/Makefile.am
index 634fadd..4236967 100644
--- a/src/lib/python/isc/acl/Makefile.am
+++ b/src/lib/python/isc/acl/Makefile.am
@@ -28,10 +28,12 @@ _dns_la_CXXFLAGS = $(AM_CXXFLAGS) $(PYTHON_CXXFLAGS)
# suffix for dynamic objects. -module is necessary to work this around.
acl_la_LDFLAGS += -module -avoid-version
acl_la_LIBADD = $(top_builddir)/src/lib/acl/libb10-acl.la
+acl_la_LIBADD += $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
acl_la_LIBADD += $(PYTHON_LIB)
_dns_la_LDFLAGS += -module -avoid-version
_dns_la_LIBADD = $(top_builddir)/src/lib/acl/libb10-dnsacl.la
+_dns_la_LIBADD += $(top_builddir)/src/lib/cc/libb10-cc.la
_dns_la_LIBADD += $(PYTHON_LIB)
EXTRA_DIST = acl.py _dns.py
More information about the bind10-changes
mailing list