diff options
author | Eric Blossom | 2010-10-22 22:00:09 -0700 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:13:53 -0800 |
commit | 1e34972f4433cbfef3500fc73a285c7c436cfd6b (patch) | |
tree | 9a86ef5dc85584ac920d4275f934e3b67cbcfbcb /gr-cvsd-vocoder/src | |
parent | 98c246e264092c306c276b639d8c839b83fd64ec (diff) | |
download | gnuradio-1e34972f4433cbfef3500fc73a285c7c436cfd6b.tar.gz gnuradio-1e34972f4433cbfef3500fc73a285c7c436cfd6b.tar.bz2 gnuradio-1e34972f4433cbfef3500fc73a285c7c436cfd6b.zip |
Rengenerate Makefile.swig.gen's
Diffstat (limited to 'gr-cvsd-vocoder/src')
-rw-r--r-- | gr-cvsd-vocoder/src/lib/Makefile.swig.gen | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gr-cvsd-vocoder/src/lib/Makefile.swig.gen b/gr-cvsd-vocoder/src/lib/Makefile.swig.gen index 9ddd6c5d1..e14c6573c 100644 --- a/gr-cvsd-vocoder/src/lib/Makefile.swig.gen +++ b/gr-cvsd-vocoder/src/lib/Makefile.swig.gen @@ -41,12 +41,12 @@ cvsd_vocoder_pylibdir = $(pyexecdir)/$(cvsd_vocoder_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. -cvsd_vocoder_scmlibdir = @GUILE_PKLIBDIR@/gnuradio +cvsd_vocoder_scmlibdir = $(libdir)/guile/gnuradio # The scm files for the guile modules get installed where ever guile # is installed, usually /usr/share/guile/site/cvsd_vocoder # FIXME: determince whether these should be installed with gnuradio. -cvsd_vocoder_scmdir = @GUILE_PKDATADIR@/gnuradio +cvsd_vocoder_scmdir = $(guiledir)/gnuradio ## SWIG headers are always installed into the same directory. @@ -144,4 +144,5 @@ python/cvsd_vocoder.lo: cvsd_vocoder.lo: cvsd_vocoder.py cvsd_vocoder.scm cvsd_vocoder.py: cvsd_vocoder.i +-include python/cvsd_vocoder.d |