diff options
Diffstat (limited to 'gr-howto-write-a-block/swig')
-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 ba660f1b39..7ec3a7cbc1 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 ffe7251cd8..dc257a61e3 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) |