[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.37,1.37.2.1

Guido van Rossum gvanrossum@users.sourceforge.net
Mon, 23 Apr 2001 17:49:10 -0700


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

Modified Files:
      Tag: descr-branch
	Makefile.pre.in 
Log Message:
Interim commit to descriptors prototype; see PEP 252.

Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.37
retrieving revision 1.37.2.1
diff -C2 -r1.37 -r1.37.2.1
*** Makefile.pre.in	2001/04/20 19:13:01	1.37
--- Makefile.pre.in	2001/04/24 00:49:08	1.37.2.1
***************
*** 234,237 ****
--- 234,238 ----
  		Objects/cobject.o \
  		Objects/complexobject.o \
+ 		Objects/descrobject.o \
  		Objects/fileobject.o \
  		Objects/floatobject.o \
***************
*** 436,439 ****
--- 437,441 ----
  		Include/listobject.h \
  		Include/iterobject.h \
+ 		Include/descrobject.h \
  		Include/dictobject.h \
  		Include/methodobject.h \