Added _hotshot.

This commit is contained in:
Jack Jansen 2001-10-23 22:23:44 +00:00
parent a43ad368ba
commit 6f1da007b9
2 changed files with 3 additions and 0 deletions

View file

@ -113,6 +113,7 @@ def genallprojects(force=0):
genpluginproject("all", "_testcapi")
genpluginproject("all", "xx")
genpluginproject("all", "xxsubtype", sources=["xxsubtype.c"])
genpluginproject("all", "_hotshot", sources=["_hotshot.c"])
# bgen-generated Toolbox modules
genpluginproject("carbon", "_AE", outputdir="::Lib:Carbon")