diff options
author | Thomas Heller <theller@ctypes.org> | 2006-04-03 20:10:50 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-04-03 20:10:50 (GMT) |
commit | fc9fc4764fb4a2f12e7fddc47f4b381253c81cf3 (patch) | |
tree | 798caada8293f2776a47129ae747e303c8cfe3a1 /Makefile.pre.in | |
parent | 9444bd51c46a34410e92560e8f96ab75bd9eb332 (diff) | |
download | cpython-fc9fc4764fb4a2f12e7fddc47f4b381253c81cf3.zip cpython-fc9fc4764fb4a2f12e7fddc47f4b381253c81cf3.tar.gz cpython-fc9fc4764fb4a2f12e7fddc47f4b381253c81cf3.tar.bz2 |
ctypes.macholib is needed.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index b805fef..c918e66 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -684,7 +684,7 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ 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) |