comparison bindings/python/setup.py @ 629:e2af7d01c7a8

audiodb->audioDB
author mas01mj
date Wed, 23 Sep 2009 15:25:35 +0000
parents 448b28a598e3
children 159becb0701e
comparison
equal deleted inserted replaced
628:356d7b319ae8 629:e2af7d01c7a8
26 26
27 module1 = Extension('_pyadb', 27 module1 = Extension('_pyadb',
28 define_macros = [('MAJOR_VERSION', '0'), 28 define_macros = [('MAJOR_VERSION', '0'),
29 ('MINOR_VERSION', '1')], 29 ('MINOR_VERSION', '1')],
30 include_dirs = ['/opt/local/include', '../../', join(numpyBase[0],'core/include')], 30 include_dirs = ['/opt/local/include', '../../', join(numpyBase[0],'core/include')],
31 libraries = ['audiodb'], 31 libraries = ['audioDB'],
32 library_dirs = ['../../', '/opt/local/lib'], 32 library_dirs = ['../../', '/opt/local/lib'],
33 sources = ['pyadbmodule.c']) 33 sources = ['pyadbmodule.c'])
34 34
35 35
36 setup (name = 'pyadb', 36 setup (name = 'pyadb',