summaryrefslogtreecommitdiff
path: root/numpy/fft/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/fft/SConscript')
-rw-r--r--numpy/fft/SConscript8
1 files changed, 8 insertions, 0 deletions
diff --git a/numpy/fft/SConscript b/numpy/fft/SConscript
new file mode 100644
index 000000000..42764229a
--- /dev/null
+++ b/numpy/fft/SConscript
@@ -0,0 +1,8 @@
+# Last Change: Thu Jun 12 06:00 PM 2008 J
+# vim:syntax=python
+from numscons import GetNumpyEnvironment
+
+env = GetNumpyEnvironment(ARGUMENTS)
+
+env.NumpyPythonExtension('fftpack_lite',
+ source = ['fftpack_litemodule.c', 'fftpack.c'])