summaryrefslogtreecommitdiff
path: root/gr-radio-astronomy/src/lib/Makefile.swig.gen
diff options
context:
space:
mode:
Diffstat (limited to 'gr-radio-astronomy/src/lib/Makefile.swig.gen')
-rw-r--r--gr-radio-astronomy/src/lib/Makefile.swig.gen7
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