summaryrefslogtreecommitdiff
path: root/gr-atsc
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-atsc
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-atsc')
-rw-r--r--gr-atsc/swig/atsc_swig.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-atsc/swig/atsc_swig.i b/gr-atsc/swig/atsc_swig.i
index 9b77000d5a..8505a18204 100644
--- a/gr-atsc/swig/atsc_swig.i
+++ b/gr-atsc/swig/atsc_swig.i
@@ -20,7 +20,7 @@
* Boston, MA 02110-1301, USA.
*/
-%include "runtime_swig.i" // the common stuff
+%include "gnuradio.i"
//load generated python docstrings
%include "atsc_swig_doc.i"