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

thomas.heller python-checkins at python.org
Mon Apr 3 22:10:51 CEST 2006


Author: thomas.heller
Date: Mon Apr  3 22:10:50 2006
New Revision: 43608

Modified:
   python/trunk/Makefile.pre.in
Log:
ctypes.macholib is needed.

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Mon Apr  3 22:10:50 2006
@@ -684,7 +684,7 @@
 		email email/mime email/test email/test/data \
 		sqlite3 sqlite3/test \
 		logging bsddb bsddb/test csv \
-		ctypes ctypes/test idlelib idlelib/Icons \
+		ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
 		distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
 		curses $(MACHDEPS)
 libinstall:	$(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)


More information about the Python-checkins mailing list