diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-02-08 10:54:01 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-02-08 10:54:01 +0000 |
commit | c66da19ab8bd6ad7f035b77026bbd703eab199d4 (patch) | |
tree | 55136b4e38d5991dbd68d4e0984c645f11cefce7 /numpy/fft/setupscons.py | |
parent | 0b7800b455b3aaf50cb83a224f283e72f1dea951 (diff) | |
download | numpy-c66da19ab8bd6ad7f035b77026bbd703eab199d4.tar.gz |
ran reindent
Diffstat (limited to 'numpy/fft/setupscons.py')
-rw-r--r-- | numpy/fft/setupscons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/fft/setupscons.py b/numpy/fft/setupscons.py index 2fe9509e8..54551b0a3 100644 --- a/numpy/fft/setupscons.py +++ b/numpy/fft/setupscons.py @@ -4,7 +4,7 @@ def configuration(parent_package = '', top_path = None): config.add_data_dir('tests') - config.add_sconscript('SConstruct', + config.add_sconscript('SConstruct', source_files = ['fftpack_litemodule.c', 'fftpack.c', 'fftpack.h']) |