]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Build the _IBCarbon module.
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 4 Aug 2002 22:04:25 +0000 (22:04 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 4 Aug 2002 22:04:25 +0000 (22:04 +0000)
setup.py

index c67f724a9b26b09eb64777023d1aabdd5b29d949..21f0d8817a8e2398bc6639ef6f31bc5b27d29281 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -776,6 +776,8 @@ class PyBuildExt(build_ext):
                         extra_link_args=['-framework', 'Carbon']) )
                 exts.append( Extension('_Icn', ['icn/_Icnmodule.c'],
                         extra_link_args=['-framework', 'Carbon']) )
+                exts.append( Extension('_IBCarbon', ['ibcarbon/_IBCarbon.c'],
+                        extra_link_args=['-framework', 'Carbon']) )
                 exts.append( Extension('_List', ['list/_Listmodule.c'],
                         extra_link_args=['-framework', 'Carbon']) )
                 exts.append( Extension('_Menu', ['menu/_Menumodule.c'],