Parcourir la source

[2437] Merge branch 'trac2438' into trac2437

JINMEI Tatuya il y a 12 ans
Parent
commit
b0a3df2d38
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/lib/dns/python/Makefile.am

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

@@ -45,6 +45,7 @@ pydnspp_la_LDFLAGS = $(PYTHON_LDFLAGS)
 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
 
 # Python prefers .so, while some OSes (specifically MacOS) use a different
 # suffix for dynamic objects.  -module is necessary to work this around.