[svn] commit: r2059 - /branches/trac223/src/lib/python/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jun 2 14:49:44 UTC 2010


Author: jreed
Date: Wed Jun  2 14:49:43 2010
New Revision: 2059

Log:
Explicitly define DIST_COMMON so ${python_PYTHON} is not included
as we don't want the generated file included in distributed tarfile.

When setting DIST_COMMON, then need to add the .in file too. (Even though
listed for the configure.ac, now seems to be ignored.)

Modified:
    branches/trac223/src/lib/python/Makefile.am

Modified: branches/trac223/src/lib/python/Makefile.am
==============================================================================
--- branches/trac223/src/lib/python/Makefile.am (original)
+++ branches/trac223/src/lib/python/Makefile.am Wed Jun  2 14:49:43 2010
@@ -1,3 +1,10 @@
 SUBDIRS = isc
 
 python_PYTHON =	bind10_config.py
+
+# Explicitly define DIST_COMMON so ${python_PYTHON} is not included
+# as we don't want the generated file included in distributed tarfile.
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in bind10_config.py.in
+
+# When setting DIST_COMMON, then need to add the .in file too.
+EXTRA_DIST =  bind10_config.py.in




More information about the bind10-changes mailing list