BIND 10 trac558, updated. bf5f7b5f56ed649f78206fa2c3b4f9acdee1e310 [trac558] Added EXTRA_DIST line to tests/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 8 09:32:44 UTC 2011
The branch, trac558 has been updated
via bf5f7b5f56ed649f78206fa2c3b4f9acdee1e310 (commit)
from 2ebf994dfcb704b90f9b1dcccbf56a4b38c84a36 (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 bf5f7b5f56ed649f78206fa2c3b4f9acdee1e310
Author: Stephen Morris <stephen at isc.org>
Date: Tue Feb 8 09:29:27 2011 +0000
[trac558] Added EXTRA_DIST line to tests/Makefile.am
Correct problem reported in FreeBSD distribution check, where
localdef.mes was missing. The fix is to add a line to the tests
Makefile.am explicitly including localdef.mes in the distribution.
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/tests/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/log/tests/Makefile.am b/src/lib/log/tests/Makefile.am
index 8589501..93ac193 100644
--- a/src/lib/log/tests/Makefile.am
+++ b/src/lib/log/tests/Makefile.am
@@ -33,6 +33,8 @@ run_unittests_LDADD = $(GTEST_LDADD)
run_unittests_LDADD += $(top_builddir)/src/lib/log/liblog.la
endif
+EXTRA_DIST=localdef.mes
+
TESTS += logger_support_test
logger_support_test_SOURCES = logger_support_test.cc
logger_support_test_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
More information about the bind10-changes
mailing list