[Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.23,1.24

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


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

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




Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Setup.dist	2001/08/22 19:24:42	1.23
--- Setup.dist	2001/10/17 13:46:28	1.24
***************
*** 111,114 ****
--- 111,117 ----
  # ======================================================================
  
+ # The Python symtable module depends on .h files that setup.py doesn't track
+ _symtable symtablemodule.c
+ 
  # The SGI specific GL module: