From: Michal 'vorner' Vaner Date: Mon, 7 Jan 2013 13:33:42 +0000 (+0100) Subject: [2437] Add missing EXTRA_DIST X-Git-Tag: bind10-1.0.0-rc-release~95^2~22^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb10ec4e31a94ed4c98fa83c5ef3064f8e53a39e;p=thirdparty%2Fkea.git [2437] Add missing EXTRA_DIST --- diff --git a/src/lib/dns/python/Makefile.am b/src/lib/dns/python/Makefile.am index 945400eb82..a221bfee51 100644 --- a/src/lib/dns/python/Makefile.am +++ b/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.