diff options
author | Thomas Heller <theller@ctypes.org> | 2006-03-08 19:51:58 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-03-08 19:51:58 (GMT) |
commit | cf567c1b9c347e5a5e5833fecb7d10ecc675a83b (patch) | |
tree | c0f1b666317a4fe7c94859e4583716b81b82920f /Makefile.pre.in | |
parent | d4c9320412177895f598a93d73a0e654db27c351 (diff) | |
download | cpython-cf567c1b9c347e5a5e5833fecb7d10ecc675a83b.zip cpython-cf567c1b9c347e5a5e5833fecb7d10ecc675a83b.tar.gz cpython-cf567c1b9c347e5a5e5833fecb7d10ecc675a83b.tar.bz2 |
Changes to build the _ctypes extension module.
Based on a patch from Hye-Shik Chang.
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 bb1aeea..c8e8dc5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -677,7 +677,7 @@ PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ test/decimaltestdata \ encodings email email/test email/test/data compiler hotshot \ - logging bsddb bsddb/test csv idlelib idlelib/Icons \ + logging bsddb bsddb/test csv ctypes idlelib idlelib/Icons \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ curses $(MACHDEPS) libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR) |