From bd7411ad7cbab12a53a7a3caf96924b2d03bd418 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 4 Jan 2006 19:48:03 +0000 Subject: More changes --- numpy/lib/setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'numpy/lib/setup.py') diff --git a/numpy/lib/setup.py b/numpy/lib/setup.py index 7e3eeb030..f2ca221b2 100644 --- a/numpy/lib/setup.py +++ b/numpy/lib/setup.py @@ -16,10 +16,7 @@ def configuration(parent_package='',top_path=None): config.add_extension('_compiled_base', - sources=[join('src','_compiled_base.c'), - generate_config_h, - generate_array_api, - ], + sources=[join('src','_compiled_base.c')] ) config.add_data_dir('tests') -- cgit v1.2.1