[Python-checkins] CVS: python/dist/src setup.py,1.60,1.61

Jeremy Hylton jhylton@users.sourceforge.net
Wed, 17 Oct 2001 06:46:46 -0700


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

Modified Files:
	setup.py 
Log Message:
The Python symtable module depends on .h files that setup.py doesn't track.




Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** setup.py	2001/10/12 21:00:48	1.60
--- setup.py	2001/10/17 13:46:44	1.61
***************
*** 215,219 ****
          exts.append( Extension('_hotshot', ['_hotshot.c']) )
          exts.append( Extension('_weakref', ['_weakref.c']) )
-         exts.append( Extension('_symtable', ['symtablemodule.c']) )
          exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )
  
--- 215,218 ----