diff options
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index 65f6f4f45..972872b47 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -524,10 +524,10 @@ def configuration(parent_package='',top_path=None): generate_umath_c, generate_ufunc_api, join('src','umath_funcs.inc.src'), - join('src','umath_loops.inc.src'), + join('src','umath_loops.c.src'), + join('src','umath_ufunc_object.c'), ], - depends = [join('src','umath_ufunc_object.inc'), - generate_umath_py, + depends = [generate_umath_py, join(codegen_dir,'generate_ufunc_api.py'), ]+deps, libraries=['npymath'], |