BIND 10 master, updated. f2f058d5a3ee567c0be22f758a02abacc159e927 [master] add missing LDADD to benchmark makefile
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 30 13:46:49 UTC 2012
The branch, master has been updated
via f2f058d5a3ee567c0be22f758a02abacc159e927 (commit)
from b67bc1ca8694f7f0fab51b645ad1227c05866e11 (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 f2f058d5a3ee567c0be22f758a02abacc159e927
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Aug 30 15:43:44 2012 +0200
[master] add missing LDADD to benchmark makefile
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/benchmarks/Makefile.am | 1 +
1 file changed, 1 insertion(+)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/benchmarks/Makefile.am b/src/lib/datasrc/memory/benchmarks/Makefile.am
index e86c194..81d5642 100644
--- a/src/lib/datasrc/memory/benchmarks/Makefile.am
+++ b/src/lib/datasrc/memory/benchmarks/Makefile.am
@@ -14,4 +14,5 @@ noinst_PROGRAMS = rdata_reader_bench
rdata_reader_bench_SOURCES = rdata_reader_bench.cc
rdata_reader_bench_LDADD = $(top_builddir)/src/lib/datasrc/memory/libdatasrc_memory.la
+rdata_reader_bench_LDADD += $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
rdata_reader_bench_LDADD += $(top_builddir)/src/lib/dns/libb10-dns++.la
More information about the bind10-changes
mailing list