Browse Source

[2437] Add missing EXTRA_DIST

Michal 'vorner' Vaner 12 years ago
parent
commit
fb10ec4e31
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dns/python/Makefile.am

+ 1 - 0
src/lib/dns/python/Makefile.am

@@ -47,6 +47,7 @@ EXTRA_DIST = tsigerror_python_inc.cc
 EXTRA_DIST += message_python_inc.cc
 EXTRA_DIST += nsec3hash_python_inc.cc
 EXTRA_DIST += rrset_collection_python_inc.cc
+EXTRA_DIST += zone_checker_python_inc.cc
 
 # Python prefers .so, while some OSes (specifically MacOS) use a different
 # suffix for dynamic objects.  -module is necessary to work this around.