[Zope-Checkins] CVS: Zope - setup.py:1.3
Fred L. Drake, Jr.
fdrake@acm.org
Tue, 14 May 2002 14:24:11 -0400
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv28102
Modified Files:
setup.py
Log Message:
Add mechanics of compiling the Products.ZCTextIndex.stopper module.
=== Zope/setup.py 1.2 => 1.3 ===
)
+stopper = Extension(name = "Products.ZCTextIndex.stopper",
+ sources = ["Products/ZCTextIndex/stopper.c"])
+
+setup(name = "Products.ZCTextIndex",
+ ext_modules = [stopper])
+
os.chdir(top_dir)