From 827f95ce49fadfaeec1ee09185d1502074eb0bbb Mon Sep 17 00:00:00 2001 From: Eric Blossom Date: Fri, 22 Oct 2010 13:56:05 -0700 Subject: Add stub for gnuradio_swig.scm to get make to work --- gnuradio-core/src/lib/swig/gnuradio_swig.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gnuradio-core/src/lib/swig/gnuradio_swig.scm (limited to 'gnuradio-core/src') diff --git a/gnuradio-core/src/lib/swig/gnuradio_swig.scm b/gnuradio-core/src/lib/swig/gnuradio_swig.scm new file mode 100644 index 000000000..961564d68 --- /dev/null +++ b/gnuradio-core/src/lib/swig/gnuradio_swig.scm @@ -0,0 +1,13 @@ +;;; +;;; Not sure that we need this for guile or not. +;;; We'll need to assemble the (gnuradio gr) module somewhere... +;;; + +;; # This file implements the old gnuradio_swig_python namespace +;; +;; from gnuradio_swig_py_runtime import * +;; from gnuradio_swig_py_general import * +;; from gnuradio_swig_py_gengen import * +;; from gnuradio_swig_py_filter import * +;; from gnuradio_swig_py_io import * +;; from gnuradio_swig_py_hier import * -- cgit