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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 12 Oct 2001 14:00:56 -0700


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

Modified Files:
	setup.py 
Log Message:
Add entry for HotShot.

Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** setup.py	2001/10/08 13:18:37	1.59
--- setup.py	2001/10/12 21:00:48	1.60
***************
*** 213,216 ****
--- 213,217 ----
          exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) )
  
+         exts.append( Extension('_hotshot', ['_hotshot.c']) )
          exts.append( Extension('_weakref', ['_weakref.c']) )
          exts.append( Extension('_symtable', ['symtablemodule.c']) )