diff options
author | Tom Rondeau | 2011-02-22 15:03:44 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-02-22 15:04:51 -0500 |
commit | 4e33fbc5b96d01870ddfc76d11baae7194894d9f (patch) | |
tree | 2814da3bae2ea51dec823fe3210cc3ca53865c7a /gr-howto-write-a-block/swig/howto.test | |
parent | c75954de55b6197946a2f166e1dfa8ef902f7b68 (diff) | |
download | gnuradio-4e33fbc5b96d01870ddfc76d11baae7194894d9f.tar.gz gnuradio-4e33fbc5b96d01870ddfc76d11baae7194894d9f.tar.bz2 gnuradio-4e33fbc5b96d01870ddfc76d11baae7194894d9f.zip |
howto: fixes for howto build structure. Passes check but does not pass distcheck.
Diffstat (limited to 'gr-howto-write-a-block/swig/howto.test')
-rw-r--r-- | gr-howto-write-a-block/swig/howto.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/swig/howto.test b/gr-howto-write-a-block/swig/howto.test index ffe7251cd..dc257a61e 100644 --- a/gr-howto-write-a-block/swig/howto.test +++ b/gr-howto-write-a-block/swig/howto.test @@ -33,7 +33,7 @@ ;; Use our module -(use-modules (gnuradio howto)) +(use-modules (gnuradio howto_swig)) (define (vector-map f v) |