diff options
author | Rob Savoye | 2010-10-30 12:14:16 -0600 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:13:54 -0800 |
commit | 40fac3c4a2f5f1f6dde79e96be8f40535e11343b (patch) | |
tree | d1512b4f13ee1ca322a37fe980f5cafe394a220e /gr-radio-astronomy/src | |
parent | 928116d249ba4e262f6cf579ab1444a382b055ea (diff) | |
download | gnuradio-40fac3c4a2f5f1f6dde79e96be8f40535e11343b.tar.gz gnuradio-40fac3c4a2f5f1f6dde79e96be8f40535e11343b.tar.bz2 gnuradio-40fac3c4a2f5f1f6dde79e96be8f40535e11343b.zip |
regenerated
Diffstat (limited to 'gr-radio-astronomy/src')
-rw-r--r-- | gr-radio-astronomy/src/lib/Makefile.swig.gen | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gr-radio-astronomy/src/lib/Makefile.swig.gen b/gr-radio-astronomy/src/lib/Makefile.swig.gen index d427b3c11..0a734aa3b 100644 --- a/gr-radio-astronomy/src/lib/Makefile.swig.gen +++ b/gr-radio-astronomy/src/lib/Makefile.swig.gen @@ -46,7 +46,7 @@ ra_scmlibdir = $(libdir) # The scm files for the guile modules get installed where ever guile # is installed, usually /usr/share/guile/site/ra # FIXME: determince whether these should be installed with gnuradio. -ra_scmdir = $(guiledir)/gnuradio +ra_scmdir = $(guiledir) ## SWIG headers are always installed into the same directory. @@ -128,7 +128,7 @@ ra_scmlib_LTLIBRARIES = libguile-ra.la libguile_ra_la_SOURCES = \ guile/ra.cc \ $(ra_la_swig_sources) -ra_scm_DATA = ra.scm +nobase_ra_scm_DATA = gnuradio/ra.scm gnuradio/ra-primitive.scm # Guile can use the same flags as python does libguile_ra_la_LIBADD = $(_ra_la_LIBADD) @@ -137,6 +137,9 @@ libguile_ra_la_CXXFLAGS = $(_ra_la_CXXFLAGS) guile/ra.lo: ra.lo ra.scm: ra.i +gnuradio/ra-primitive.scm: ra.scm + +-include guile/ra.d endif # end of GUILE |