From b2ac4ad231970a107eff18509dcd5daff9c509ae Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Mon, 27 Jun 2011 17:59:34 -0500 Subject: ENH: umath: Move the type resolution functions into their own file --- numpy/core/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/core/SConscript') diff --git a/numpy/core/SConscript b/numpy/core/SConscript index 55330a609..ca630254e 100644 --- a/numpy/core/SConscript +++ b/numpy/core/SConscript @@ -488,6 +488,7 @@ env.DistutilsPythonExtension('multiarray_tests', source=multiarray_tests_src) #------------------- if ENABLE_SEPARATE_COMPILATION: umathmodule_src.extend([pjoin('src', 'umath', 'ufunc_object.c')]) + umathmodule_src.extend([pjoin('src', 'umath', 'ufunc_type_resolution.c')]) umathmodule_src.extend(umath_loops_src) else: umathmodule_src = [pjoin('src', 'umath', 'umathmodule_onefile.c')] -- cgit v1.2.1