From efb6e752cfd4e5ea64bdfcdd3fb68d5951c13218 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Tue, 28 Mar 2006 20:30:45 +0000 Subject: add the ctypes.test subpackage to a normal Unix installation -- otherwise, test/test_ctypes.py fails. What about ctypes.macholib? --- Makefile.pre.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 90b697e3b..0a9d14f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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) -- cgit v0.12