]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2437] Add missing EXTRA_DIST
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Mon, 7 Jan 2013 13:33:42 +0000 (14:33 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Mon, 7 Jan 2013 13:33:42 +0000 (14:33 +0100)
src/lib/dns/python/Makefile.am

index 945400eb82b6583cbc12a63c889b420cb76de618..a221bfee5147075f2204838cb84be25e72f02ece 100644 (file)
@@ -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.