diff options
Diffstat (limited to 'gr-radio-astronomy')
-rw-r--r-- | gr-radio-astronomy/src/lib/Makefile.swig.gen | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gr-radio-astronomy/src/lib/Makefile.swig.gen b/gr-radio-astronomy/src/lib/Makefile.swig.gen index b1d0ce95a..f83f4c58e 100644 --- a/gr-radio-astronomy/src/lib/Makefile.swig.gen +++ b/gr-radio-astronomy/src/lib/Makefile.swig.gen @@ -41,12 +41,12 @@ ra_pylibdir = $(pyexecdir)/$(ra_pylibdir_category) # The .so libraries for the guile modules get installed whereever guile # is installed, usually /usr/lib/guile/gnuradio/ # FIXME: determince whether these should be installed with gnuradio. -ra_scmlibdir = @GUILE_PKLIBDIR@/gnuradio +ra_scmlibdir = $(libdir)/guile/gnuradio # 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 = @GUILE_PKDATADIR@/gnuradio +ra_scmdir = $(guiledir)/gnuradio ## SWIG headers are always installed into the same directory. @@ -144,4 +144,5 @@ python/ra.lo: ra.lo: ra.py ra.scm ra.py: ra.i +-include python/ra.d |