BIND 10 trac1286, updated. ed787b2156b0a7a88ace941447783c53991a254c [trac1286] do not install libbench
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 14 21:20:36 UTC 2011
The branch, trac1286 has been updated
via ed787b2156b0a7a88ace941447783c53991a254c (commit)
from c38fc5257ebbd0cd444e6b9cedb466b31df66cea (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 ed787b2156b0a7a88ace941447783c53991a254c
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Fri Oct 14 16:20:09 2011 -0500
[trac1286] do not install libbench
From jinmei: ``It's not intended for general purpose use, and only
our internal micro benchmark tools need it.''
-----------------------------------------------------------------------
Summary of changes:
src/lib/bench/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/bench/Makefile.am b/src/lib/bench/Makefile.am
index 866404f..514b3b3 100644
--- a/src/lib/bench/Makefile.am
+++ b/src/lib/bench/Makefile.am
@@ -6,6 +6,6 @@ AM_CXXFLAGS = $(B10_CXXFLAGS)
CLEANFILES = *.gcno *.gcda
-lib_LTLIBRARIES = libbench.la
+noinst_LTLIBRARIES = libbench.la
libbench_la_SOURCES = benchmark_util.h benchmark_util.cc
EXTRA_DIST = benchmark.h
More information about the bind10-changes
mailing list