BIND 10 trac1976-cont-3, updated. cbb514313e63277f7e4b8fb0ccc22748b8d36e32 [1976] Fix distcheck
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 12 16:04:53 UTC 2012
The branch, trac1976-cont-3 has been updated
via cbb514313e63277f7e4b8fb0ccc22748b8d36e32 (commit)
from 0e63a2cbf64f3f5a3b11bc2cdfb1f5e3289c3d02 (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 cbb514313e63277f7e4b8fb0ccc22748b8d36e32
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Jul 12 18:04:35 2012 +0200
[1976] Fix distcheck
A file was not cleaned.
-----------------------------------------------------------------------
Summary of changes:
src/bin/cfgmgr/plugins/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/cfgmgr/plugins/Makefile.am b/src/bin/cfgmgr/plugins/Makefile.am
index dc88b9d..eb7809c 100644
--- a/src/bin/cfgmgr/plugins/Makefile.am
+++ b/src/bin/cfgmgr/plugins/Makefile.am
@@ -11,7 +11,7 @@ config_plugin_DATA = logging.spec tsig_keys.spec datasrc.spec
python_PYTHON = b10logging.py tsig_keys.py datasrc_config_plugin.py
pythondir = $(config_plugindir)
-CLEANFILES = b10logging.pyc tsig_keys.pyc
+CLEANFILES = b10logging.pyc tsig_keys.pyc datasrc.spec
CLEANDIRS = __pycache__
clean-local:
More information about the bind10-changes
mailing list