Browse Source

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.)


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac223@2059 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
e2efb771f5
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/lib/python/Makefile.am

+ 7 - 0
src/lib/python/Makefile.am

@@ -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