add the ctypes.test subpackage to a normal Unix installation --

otherwise, test/test_ctypes.py fails.  What about ctypes.macholib?
This commit is contained in:
Armin Rigo 2006-03-28 20:30:45 +00:00
parent 12bec1b985
commit efb6e752cf
1 changed files with 2 additions and 1 deletions

View File

@ -682,7 +682,8 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \
test/decimaltestdata \
encodings compiler hotshot \
email email/mime email/test email/test/data \
logging bsddb bsddb/test csv ctypes idlelib idlelib/Icons \
logging bsddb bsddb/test csv \
ctypes ctypes/test idlelib idlelib/Icons \
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
curses $(MACHDEPS)
libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)