Commit c800a471 authored by Fred Drake's avatar Fred Drake

Add mechanics of compiling the Products.ZCTextIndex.stopper module.

parent 5069d2f2
......@@ -279,5 +279,11 @@ setup(name = "Other libraries",
]
)
stopper = Extension(name = "Products.ZCTextIndex.stopper",
sources = ["Products/ZCTextIndex/stopper.c"])
setup(name = "Products.ZCTextIndex",
ext_modules = [stopper])
os.chdir(top_dir)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment