diff options
author | Armin Rigo <arigo@tunes.org> | 2006-03-28 20:30:45 (GMT) |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2006-03-28 20:30:45 (GMT) |
commit | efb6e752cfd4e5ea64bdfcdd3fb68d5951c13218 (patch) | |
tree | c1f545d182a9367bca6487f90606b5cb1b33c1fa | |
parent | 12bec1b9851b821d3350a20f3a49e2a0cb7d22e5 (diff) | |
download | cpython-efb6e752cfd4e5ea64bdfcdd3fb68d5951c13218.zip cpython-efb6e752cfd4e5ea64bdfcdd3fb68d5951c13218.tar.gz cpython-efb6e752cfd4e5ea64bdfcdd3fb68d5951c13218.tar.bz2 |
add the ctypes.test subpackage to a normal Unix installation --
otherwise, test/test_ctypes.py fails. What about ctypes.macholib?
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 2 insertions, 1 deletions
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) |