build the new autoGIL module on OSX
diff --git a/setup.py b/setup.py
index b45f623..f69ae16 100644
--- a/setup.py
+++ b/setup.py
@@ -748,6 +748,8 @@
             exts.append( Extension('_CF', ['cf/_CFmodule.c', 'cf/pycfbridge.c'],
                         extra_link_args=['-framework', 'CoreFoundation']) )
 
+            exts.append( Extension('autoGIL', ['autoGIL.c'],
+                        extra_link_args=['-framework', 'CoreFoundation']) )
             exts.append( Extension('gestalt', ['gestaltmodule.c'],
                         extra_link_args=['-framework', 'Carbon']) )
             exts.append( Extension('MacOS', ['macosmodule.c'],