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 | |
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')
-rw-r--r-- | gr-howto-write-a-block/swig/Makefile.am | 9 | ||||
-rw-r--r-- | gr-howto-write-a-block/swig/howto.test | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gr-howto-write-a-block/swig/Makefile.am b/gr-howto-write-a-block/swig/Makefile.am index ba660f1b3..7ec3a7cbc 100644 --- a/gr-howto-write-a-block/swig/Makefile.am +++ b/gr-howto-write-a-block/swig/Makefile.am @@ -46,11 +46,10 @@ howto_swiginclude_headers = \ EXTRA_DIST = $(howto_swiginclude_headers) - if GUILE -TESTS = run_guile_tests -EXTRA_DIST += $(nobase_guile_DATA) - nobase_guile_DATA = \ - gnuradio/howto.scm + gnuradio/howto_swig.scm endif + +TESTS = run_guile_tests +EXTRA_DIST += $(nobase_guile_DATA) 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) |