diff setup.py @ 2:c0d1fc0429ce MySQLdb

Smashed _mysql.c with a great big hammer and got some smaller, more managable pieces.
author adustman
date Fri, 07 Apr 2006 05:06:01 +0000
parents e48810735f11
children df195ac92df6
line wrap: on
line diff
--- a/setup.py	Fri Apr 07 02:44:04 2006 +0000
+++ b/setup.py	Fri Apr 07 05:06:01 2006 +0000
@@ -100,7 +100,7 @@
     libraries=libraries,
     extra_compile_args=extra_compile_args,
     extra_objects=extra_objects,
-    sources=['_mysql.c'],
+    sources=['_mysql.c', '_mysql_connections.c', '_mysql_results.c'],
     )
 if config.read(['site.cfg']):
     ext_mysql_metadata.update([ (k, v.split()) for k, v in config.items('compiler') ])