BIND 10 master, updated. 64cee1a7ad8341b83954e022487744060b59d04a [master] removed spec_config.h from xxx_SOURCES in auth/tests/Makefile.am. they were actually not "SOURCES", and caused distcheck failures. discussed on jabber.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Apr 28 23:38:18 UTC 2011
The branch, master has been updated
via 64cee1a7ad8341b83954e022487744060b59d04a (commit)
from 177b356c926307e94a95e6e2de7a3f0ee7124021 (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 64cee1a7ad8341b83954e022487744060b59d04a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Apr 28 16:37:29 2011 -0700
[master] removed spec_config.h from xxx_SOURCES in auth/tests/Makefile.am.
they were actually not "SOURCES", and caused distcheck failures.
discussed on jabber.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/Makefile.am | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/Makefile.am b/src/bin/auth/tests/Makefile.am
index 026dde3..050373a 100644
--- a/src/bin/auth/tests/Makefile.am
+++ b/src/bin/auth/tests/Makefile.am
@@ -18,7 +18,6 @@ CLEANFILES = *.gcno *.gcda
TESTS =
if HAVE_GTEST
-BUILT_SOURCES = ../spec_config.h
TESTS += run_unittests
run_unittests_SOURCES = $(top_srcdir)/src/lib/dns/tests/unittest_util.h
run_unittests_SOURCES += $(top_srcdir)/src/lib/dns/tests/unittest_util.cc
@@ -28,7 +27,6 @@ run_unittests_SOURCES += ../change_user.h ../change_user.cc
run_unittests_SOURCES += ../auth_config.h ../auth_config.cc
run_unittests_SOURCES += ../command.h ../command.cc
run_unittests_SOURCES += ../common.h ../common.cc
-run_unittests_SOURCES += ../spec_config.h
run_unittests_SOURCES += ../statistics.h ../statistics.cc
run_unittests_SOURCES += auth_srv_unittest.cc
run_unittests_SOURCES += config_unittest.cc
More information about the bind10-changes
mailing list