[Zope-Checkins] CVS: Zope2 - build_extensions.py:1.4

andreas@serenade.digicool.com andreas@serenade.digicool.com
Wed, 30 May 2001 11:58:01 -0400


Update of /cvs-repository/Zope2/inst
In directory serenade:/tmp/cvs-serv21362/inst

Modified Files:
	build_extensions.py 
Log Message:
merged ajung-dropin-registry branch


--- Updated File build_extensions.py in package Zope2 --
--- build_extensions.py	2001/02/22 17:22:53	1.3
+++ build_extensions.py	2001/05/30 15:57:29	1.4
@@ -105,6 +105,8 @@
 make('lib','python','BTrees')
 make('lib','python','SearchIndex')
 make('lib','python','Shared','DC','xml','pyexpat')
+make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ZopeSplitter')
+make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter')
 
 # Try to link/copy cPickle.so to BoboPOS to out-fox
 # stock Python cPickle if using Python 1.5.2.