Add entries for the weakref module to the build control.

This commit is contained in:
Fred Drake 2001-02-01 05:26:54 +00:00
parent 36154b2dbf
commit 2de7471d69
2 changed files with 2 additions and 0 deletions

View file

@ -153,6 +153,7 @@ class PyBuildExt(build_ext):
exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) )
exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) )
exts.append( Extension('_weakref', ['_weakref.c']) )
exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )
# array objects