summaryrefslogtreecommitdiff
path: root/numpy/core/SConscript
diff options
context:
space:
mode:
authorMark Wiebe <mwiebe@enthought.com>2011-06-27 17:59:34 -0500
committerCharles Harris <charlesr.harris@gmail.com>2011-07-06 16:24:12 -0600
commitb2ac4ad231970a107eff18509dcd5daff9c509ae (patch)
tree4ced244c4cab5d01cc55e3238675f34cd270ecc5 /numpy/core/SConscript
parente72099374c89e39b8177ff656ff7a793931b4b7a (diff)
downloadnumpy-b2ac4ad231970a107eff18509dcd5daff9c509ae.tar.gz
ENH: umath: Move the type resolution functions into their own file
Diffstat (limited to 'numpy/core/SConscript')
-rw-r--r--numpy/core/SConscript1
1 files changed, 1 insertions, 0 deletions
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')]