[Python-checkins] CVS: python/dist/src setup.py,1.19,1.20

Fred L. Drake fdrake@users.sourceforge.net
Wed, 31 Jan 2001 21:26:57 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv17550

Modified Files:
	setup.py 
Log Message:

Add entries for the weakref module to the build control.


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** setup.py	2001/01/26 21:56:58	1.19
--- setup.py	2001/02/01 05:26:54	1.20
***************
*** 154,157 ****
--- 154,158 ----
          exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) )
  
+         exts.append( Extension('_weakref', ['_weakref.c']) )
          exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )