summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2006-03-28 20:30:45 (GMT)
committerArmin Rigo <arigo@tunes.org>2006-03-28 20:30:45 (GMT)
commitefb6e752cfd4e5ea64bdfcdd3fb68d5951c13218 (patch)
treec1f545d182a9367bca6487f90606b5cb1b33c1fa /Makefile.pre.in
parent12bec1b9851b821d3350a20f3a49e2a0cb7d22e5 (diff)
downloadcpython-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?
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
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)