# HG changeset patch # User mas01mj # Date 1253719535 0 # Node ID e2af7d01c7a89ef40430877389ce2669f3bacd55 # Parent 356d7b319ae8a54253361d41c1795220c55045a9 audiodb->audioDB diff -r 356d7b319ae8 -r e2af7d01c7a8 bindings/python/setup.py --- a/bindings/python/setup.py Wed Sep 23 14:38:02 2009 +0000 +++ b/bindings/python/setup.py Wed Sep 23 15:25:35 2009 +0000 @@ -28,7 +28,7 @@ define_macros = [('MAJOR_VERSION', '0'), ('MINOR_VERSION', '1')], include_dirs = ['/opt/local/include', '../../', join(numpyBase[0],'core/include')], - libraries = ['audiodb'], + libraries = ['audioDB'], library_dirs = ['../../', '/opt/local/lib'], sources = ['pyadbmodule.c'])