From 1e34972f4433cbfef3500fc73a285c7c436cfd6b Mon Sep 17 00:00:00 2001 From: Eric Blossom Date: Fri, 22 Oct 2010 22:00:09 -0700 Subject: Rengenerate Makefile.swig.gen's --- gr-gcell/src/Makefile.swig.gen | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gr-gcell/src/Makefile.swig.gen') diff --git a/gr-gcell/src/Makefile.swig.gen b/gr-gcell/src/Makefile.swig.gen index 3f04b83a1..fae7e4b7d 100644 --- a/gr-gcell/src/Makefile.swig.gen +++ b/gr-gcell/src/Makefile.swig.gen @@ -41,12 +41,12 @@ gcell_pylibdir = $(pyexecdir)/$(gcell_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. -gcell_scmlibdir = @GUILE_PKLIBDIR@/gnuradio +gcell_scmlibdir = $(libdir)/guile/gnuradio # The scm files for the guile modules get installed where ever guile # is installed, usually /usr/share/guile/site/gcell # FIXME: determince whether these should be installed with gnuradio. -gcell_scmdir = @GUILE_PKDATADIR@/gnuradio +gcell_scmdir = $(guiledir)/gnuradio ## SWIG headers are always installed into the same directory. @@ -144,4 +144,5 @@ python/gcell.lo: gcell.lo: gcell.py gcell.scm gcell.py: gcell.i +-include python/gcell.d -- cgit