diff options
Diffstat (limited to 'gr-noaa/swig/Makefile.swig.gen')
-rw-r--r-- | gr-noaa/swig/Makefile.swig.gen | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gr-noaa/swig/Makefile.swig.gen b/gr-noaa/swig/Makefile.swig.gen index 0462fcecd..8b7049e1e 100644 --- a/gr-noaa/swig/Makefile.swig.gen +++ b/gr-noaa/swig/Makefile.swig.gen @@ -41,12 +41,12 @@ noaa_swig_pylibdir = $(pyexecdir)/$(noaa_swig_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. -noaa_swig_scmlibdir = @GUILE_PKLIBDIR@/gnuradio +noaa_swig_scmlibdir = $(libdir)/guile/gnuradio # The scm files for the guile modules get installed where ever guile # is installed, usually /usr/share/guile/site/noaa_swig # FIXME: determince whether these should be installed with gnuradio. -noaa_swig_scmdir = @GUILE_PKDATADIR@/gnuradio +noaa_swig_scmdir = $(guiledir)/gnuradio ## SWIG headers are always installed into the same directory. @@ -144,4 +144,5 @@ python/noaa_swig.lo: noaa_swig.lo: noaa_swig.py noaa_swig.scm noaa_swig.py: noaa_swig.i +-include python/noaa_swig.d |