BIND 10 master, updated. 179a2105dc0a9c9341d4347b711b62c2bbb9ccfb [master] Add "." to SUBDIRS
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 15 16:41:38 UTC 2011
The branch, master has been updated
via 179a2105dc0a9c9341d4347b711b62c2bbb9ccfb (commit)
from f7a8e38c733ab5695bda72b7b69a803c8d98c80b (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 179a2105dc0a9c9341d4347b711b62c2bbb9ccfb
Author: Stephen Morris <stephen at isc.org>
Date: Wed Jun 15 17:40:28 2011 +0100
[master] Add "." to SUBDIRS
Allows "make check" to work without a preceding "make"
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/log/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/log/Makefile.am b/src/lib/python/isc/log/Makefile.am
index ede3cbf..1abfc17 100644
--- a/src/lib/python/isc/log/Makefile.am
+++ b/src/lib/python/isc/log/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = tests
+SUBDIRS = . tests
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
AM_CPPFLAGS += $(BOOST_INCLUDES)
More information about the bind10-changes
mailing list