summaryrefslogtreecommitdiff
path: root/scipy/distutils/command/build_src.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-09-26 20:18:56 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-09-26 20:18:56 +0000
commitccd1c3db37672627aa4fe0fdb5437f5dddc0fe86 (patch)
treef1bb4da472d92a03e6705e79d074aa4fdeb93bf2 /scipy/distutils/command/build_src.py
parent8ac222e304fdd59394725d27e82168a95eadaf1c (diff)
downloadnumpy-ccd1c3db37672627aa4fe0fdb5437f5dddc0fe86.tar.gz
Added weave.
Diffstat (limited to 'scipy/distutils/command/build_src.py')
-rw-r--r--scipy/distutils/command/build_src.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scipy/distutils/command/build_src.py b/scipy/distutils/command/build_src.py
index be515c47e..d64eeaa13 100644
--- a/scipy/distutils/command/build_src.py
+++ b/scipy/distutils/command/build_src.py
@@ -156,6 +156,7 @@ class build_src(build_ext.build_ext):
sources, h_files = self.filter_h_files(sources)
+
for f in h_files:
self.distribution.headers.append((package,f))