BIND 10 trac1914, updated. f88b4851913521da4d54becbd90dfdcace073396 [1924] Change the order of dirs
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Feb 4 15:53:37 UTC 2013
The branch, trac1914 has been updated
via f88b4851913521da4d54becbd90dfdcace073396 (commit)
from 8a33e4abf487623ef3367e5ea85c49b7e9086c94 (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 f88b4851913521da4d54becbd90dfdcace073396
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Feb 4 17:52:06 2013 +0100
[1924] Change the order of dirs
So the generated file is really generated before it is used.
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/Makefile.am b/src/lib/python/isc/Makefile.am
index 8f5f144..712843e 100644
--- a/src/lib/python/isc/Makefile.am
+++ b/src/lib/python/isc/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = datasrc cc config dns log net notify util testutils acl bind10
+SUBDIRS = datasrc util cc config dns log net notify testutils acl bind10
SUBDIRS += xfrin log_messages server_common ddns sysinfo statistics
python_PYTHON = __init__.py
More information about the bind10-changes
mailing list