BIND 10 trac769, updated. a2158e5b2c17043f0f3aa194009408aa73bd62ce [trac769] Makefile fix

BIND 10 source code commits bind10-changes at lists.isc.org
Sun Jun 19 17:28:54 UTC 2011


The branch, trac769 has been updated
       via  a2158e5b2c17043f0f3aa194009408aa73bd62ce (commit)
      from  4f87326ae6c17e26769b4ae276001b49d5bb3561 (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 a2158e5b2c17043f0f3aa194009408aa73bd62ce
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Sun Jun 19 19:26:04 2011 +0200

    [trac769] Makefile fix
    
    Auto(conf|make|whatever it is) tracks deps only when the library is
    simple filename. It failed because it wanted to create libdnsacl before
    libacl, this way it knows it should wait.

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/acl/Makefile.am b/src/lib/acl/Makefile.am
index 2bfc97d..890851e 100644
--- a/src/lib/acl/Makefile.am
+++ b/src/lib/acl/Makefile.am
@@ -18,7 +18,7 @@ lib_LTLIBRARIES += libdnsacl.la
 
 libdnsacl_la_SOURCES = dns.h dns.cc
 
-libdnsacl_la_LIBADD = $(top_builddir)/src/lib/acl/libacl.la
+libdnsacl_la_LIBADD = libacl.la
 libdnsacl_la_LIBADD += $(top_builddir)/src/lib/dns/libdns++.la
 
 CLEANFILES = *.gcno *.gcda




More information about the bind10-changes mailing list