BIND 10 trac759, updated. acf0cc6205835bcee35ee276b5cbff285486a763 [trac759] Makefile fix

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jun 28 10:10:23 UTC 2011


The branch, trac759 has been updated
       via  acf0cc6205835bcee35ee276b5cbff285486a763 (commit)
      from  92e916b4fe00c6a544121616a401d0d5ea125686 (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 acf0cc6205835bcee35ee276b5cbff285486a763
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Jun 28 12:09:46 2011 +0200

    [trac759] Makefile fix

-----------------------------------------------------------------------

Summary of changes:
 src/lib/python/isc/config/Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/config/Makefile.am b/src/lib/python/isc/config/Makefile.am
index 55c1802..70686b0 100644
--- a/src/lib/python/isc/config/Makefile.am
+++ b/src/lib/python/isc/config/Makefile.am
@@ -1,6 +1,8 @@
 SUBDIRS = . tests
 
-python_PYTHON = __init__.py ccsession.py cfgmgr.py config_data.py module_spec.py cfgmgr_messages.py
+python_PYTHON = __init__.py ccsession.py cfgmgr.py config_data.py module_spec.py
+
+nodist_python_PYTHON = cfgmgr_messages.py
 
 pythondir = $(pyexecdir)/isc/config
 
@@ -14,6 +16,8 @@ CLEANDIRS = __pycache__
 
 EXTRA_DIST = cfgmgr_messages.mes
 
+BUILT_SOURCES = cfgmgr_messages.py
+
 all-local: cfgmgr_messages.py
 
 clean-local:




More information about the bind10-changes mailing list