diff options
| author | Federico Di Gregorio <fog@initd.org> | 2006-09-01 16:27:02 +0000 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2006-09-01 16:27:02 +0000 |
| commit | b8f3cef62f548716a2023e7e36c7a6f4d4058558 (patch) | |
| tree | 644c820737669abcf934ae4c61a3a7324d41fdce /setup.py | |
| parent | 64933f2004350b7c3d9221c1a8d002e0f5ce3cc0 (diff) | |
| download | psycopg2-b8f3cef62f548716a2023e7e36c7a6f4d4058558.tar.gz | |
psycopg is enlarging..
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ sources = [ 'psycopgmodule.c', 'pqpath.c', 'typecast.c', 'microprotocols.c', 'microprotocols_proto.c', 'connection_type.c', 'connection_int.c', 'cursor_type.c', 'cursor_int.c', + 'lobject_type.c', 'adapter_qstring.c', 'adapter_pboolean.c', 'adapter_binary.c', 'adapter_asis.c', 'adapter_list.c'] |
