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

Jeremy Hylton jhylton@users.sourceforge.net
Fri, 02 Feb 2001 11:54:25 -0800


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

Modified Files:
	Makefile.pre.in 
Log Message:
add compile.h and symtable.h to list of header files


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** Makefile.pre.in	2001/02/02 18:12:16	1.11
--- Makefile.pre.in	2001/02/02 19:54:23	1.12
***************
*** 427,430 ****
--- 427,432 ----
  		Include/object.h \
  		Include/objimpl.h \
+ 		Include/compile.h \
+ 		Include/symtable.h \
  		Include/pydebug.h \
  		Include/unicodeobject.h \