BIND 10 trac983, updated. 7b2691afaea9ccefa2db073f8a717e003f2ad07e [trac983] Fix library dependencies

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jul 8 12:50:49 UTC 2011


The branch, trac983 has been updated
       via  7b2691afaea9ccefa2db073f8a717e003f2ad07e (commit)
      from  bfbd97a0fa52c122c6d0ab5239524b7be58b62be (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 7b2691afaea9ccefa2db073f8a717e003f2ad07e
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Jul 8 14:48:33 2011 +0200

    [trac983] Fix library dependencies

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

Summary of changes:
 src/lib/python/isc/acl/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/acl/Makefile.am b/src/lib/python/isc/acl/Makefile.am
index 2f3614f..4a9c5f0 100644
--- a/src/lib/python/isc/acl/Makefile.am
+++ b/src/lib/python/isc/acl/Makefile.am
@@ -26,11 +26,12 @@ dns_la_CXXFLAGS = $(AM_CXXFLAGS) $(PYTHON_CXXFLAGS)
 # Python prefers .so, while some OSes (specifically MacOS) use a different
 # suffix for dynamic objects.  -module is necessary to work this around.
 acl_la_LDFLAGS += -module
-acl_la_LIBADD = $(top_builddir)/src/lib/acl/libdnsacl.la
+acl_la_LIBADD = $(top_builddir)/src/lib/acl/libacl.la
 acl_la_LIBADD += $(PYTHON_LIB)
 
 dns_la_LDFLAGS += -module
 dns_la_LIBADD = $(top_builddir)/src/lib/acl/libdnsacl.la
+dns_la_LIBADD += acl.la
 dns_la_LIBADD += $(PYTHON_LIB)
 
 EXTRA_DIST = acl.py dns.py




More information about the bind10-changes mailing list