summaryrefslogtreecommitdiff
path: root/gr-fft
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-05-23 08:18:59 -0400
committerTom Rondeau <trondeau@vt.edu>2013-05-23 08:18:59 -0400
commit7daef55cb11dfc05fdab9ee3f1f78ac2904dc300 (patch)
tree5ff591dbcd3cb8d6788adafff59e7a7986a88d0f /gr-fft
parent0a8078a57237fcc12f4a51f6d217c54031cc904d (diff)
build: move from using runtime_swig.i to gnuradio.i to reduce memory load while building.
py_feval destructor issue needs fixing.
Diffstat (limited to 'gr-fft')
-rw-r--r--gr-fft/swig/fft_swig.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/swig/fft_swig.i b/gr-fft/swig/fft_swig.i
index 005f5ed23a..860b400c28 100644
--- a/gr-fft/swig/fft_swig.i
+++ b/gr-fft/swig/fft_swig.i
@@ -22,7 +22,7 @@
#define FFT_API
-%include "runtime_swig.i"
+%include "gnuradio.i"
//load generated python docstrings
%include "fft_swig_doc.i"