diff options
author | Rob Savoye | 2010-10-30 12:14:41 -0600 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:15:42 -0800 |
commit | d94769a975612072dc03fa378bc79856c07cd66b (patch) | |
tree | ea2e8e8ea7e40ead5a2b8986e1c2e4dfd18951dd /gr-noaa/swig | |
parent | 40fac3c4a2f5f1f6dde79e96be8f40535e11343b (diff) | |
download | gnuradio-d94769a975612072dc03fa378bc79856c07cd66b.tar.gz gnuradio-d94769a975612072dc03fa378bc79856c07cd66b.tar.bz2 gnuradio-d94769a975612072dc03fa378bc79856c07cd66b.zip |
add load-extension support
Diffstat (limited to 'gr-noaa/swig')
-rw-r--r-- | gr-noaa/swig/noaa_swig.i | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gr-noaa/swig/noaa_swig.i b/gr-noaa/swig/noaa_swig.i index 8fe814a67..ea6c3d362 100644 --- a/gr-noaa/swig/noaa_swig.i +++ b/gr-noaa/swig/noaa_swig.i @@ -32,3 +32,12 @@ %include "noaa_hrpt_deframer.i" %include "noaa_hrpt_pll_cf.i" +#if SWIGGUILE +%scheme %{ +(load-extension "libguile-noaa_swig" "scm_init_gnuradio_noaa_swig_module") +%} + +%goops %{ +(use-modules (gnuradio gnuradio_core_runtime)) +%} +#endif |