changeset 629:e2af7d01c7a8

audiodb->audioDB
author mas01mj
date Wed, 23 Sep 2009 15:25:35 +0000
parents 356d7b319ae8
children 5f47b734c532
files bindings/python/setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'])