diff options
author | Eric Blossom | 2010-12-04 01:18:36 -0800 |
---|---|---|
committer | Eric Blossom | 2010-12-04 01:18:36 -0800 |
commit | 910165a9eccf02bf4cb0fb30fb4e620426c1a000 (patch) | |
tree | 5e7a17db64ef86bbcc9b914dfcee10c60fbda17b /gr-howto-write-a-block/swig/howto_swig.i | |
parent | 95254c28c18277012907354ae9fa5aef295271b8 (diff) | |
download | gnuradio-910165a9eccf02bf4cb0fb30fb4e620426c1a000.tar.gz gnuradio-910165a9eccf02bf4cb0fb30fb4e620426c1a000.tar.bz2 gnuradio-910165a9eccf02bf4cb0fb30fb4e620426c1a000.zip |
Fix load-extension strings
Diffstat (limited to 'gr-howto-write-a-block/swig/howto_swig.i')
-rw-r--r-- | gr-howto-write-a-block/swig/howto_swig.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/swig/howto_swig.i b/gr-howto-write-a-block/swig/howto_swig.i index 868df5739..c62ddf3eb 100644 --- a/gr-howto-write-a-block/swig/howto_swig.i +++ b/gr-howto-write-a-block/swig/howto_swig.i @@ -12,7 +12,7 @@ #if SWIGGUILE %scheme %{ -(load-extension "libguile-gnuradio-howto" "scm_init_gnuradio_howto_module") +(load-extension "libguile-gnuradio-howto_swig" "scm_init_gnuradio_howto_swig_module") %} %goops %{ |