[Python-checkins] r43410 - python/trunk/Makefile.pre.in

armin.rigo python-checkins at python.org
Tue Mar 28 22:30:45 CEST 2006


Author: armin.rigo
Date: Tue Mar 28 22:30:45 2006
New Revision: 43410

Modified:
   python/trunk/Makefile.pre.in
Log:
add the ctypes.test subpackage to a normal Unix installation --
otherwise, test/test_ctypes.py fails.  What about ctypes.macholib?


Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Tue Mar 28 22:30:45 2006
@@ -682,7 +682,8 @@
 		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)


More information about the Python-checkins mailing list