BIND 10 master, updated. aadf8f9a5d8dfe13ae2196b61c406c8a8e1d05e7 [master] for #1274, Use python_PYTHON for the python scripts
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 12 14:11:38 UTC 2011
The branch, master has been updated
via aadf8f9a5d8dfe13ae2196b61c406c8a8e1d05e7 (commit)
from 625e9b719947e894ad7369d8ca61df23ea31b243 (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 aadf8f9a5d8dfe13ae2196b61c406c8a8e1d05e7
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed Oct 12 09:10:04 2011 -0500
[master] for #1274, Use python_PYTHON for the python scripts
Use python_PYTHON for the python scripts. This results in
installing byte compiled version.
Removed files from EXTRA_DIST as they are now in dist by default.
Added CLEANFILES to clean up .pyc in build directory.
Note that I am keeping the installation directory the same.
-----------------------------------------------------------------------
Summary of changes:
src/bin/cfgmgr/plugins/Makefile.am | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/cfgmgr/plugins/Makefile.am b/src/bin/cfgmgr/plugins/Makefile.am
index 529a4ed..5a4cfef 100644
--- a/src/bin/cfgmgr/plugins/Makefile.am
+++ b/src/bin/cfgmgr/plugins/Makefile.am
@@ -1,11 +1,14 @@
SUBDIRS = tests
-EXTRA_DIST = README tsig_keys.py tsig_keys.spec
-EXTRA_DIST += logging.spec b10logging.py
+
+EXTRA_DIST = README logging.spec tsig_keys.spec
config_plugindir = @prefix@/share/@PACKAGE@/config_plugins
-config_plugin_DATA = tsig_keys.py tsig_keys.spec
-config_plugin_DATA += b10logging.py logging.spec
+config_plugin_DATA = logging.spec tsig_keys.spec
+
+python_PYTHON = b10logging.py tsig_keys.py
+pythondir = $(config_plugindir)
+CLEANFILES = b10logging.pyc tsig_keys.pyc
CLEANDIRS = __pycache__
clean-local:
More information about the bind10-changes
mailing list