summaryrefslogtreecommitdiff
path: root/gr-noaa
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-noaa
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-noaa')
-rw-r--r--gr-noaa/swig/noaa_swig.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-noaa/swig/noaa_swig.i b/gr-noaa/swig/noaa_swig.i
index 9fcb83b963..bbaa57fbbb 100644
--- a/gr-noaa/swig/noaa_swig.i
+++ b/gr-noaa/swig/noaa_swig.i
@@ -22,7 +22,7 @@
#define NOAA_API
-%include "runtime_swig.i"
+%include "gnuradio.i"
//load generated python docstrings
%include "noaa_swig_doc.i"