From 1b95d66c179048b086ee8aa6a75a23d1edc006dc Mon Sep 17 00:00:00 2001 From: Eric Blossom Date: Fri, 22 Oct 2010 21:56:51 -0700 Subject: Set new install locations for guile scm code and libraries. I think we may want to rename the guile .so's and install them into libdir instead... --- gnuradio-core/src/lib/swig/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnuradio-core/src') diff --git a/gnuradio-core/src/lib/swig/Makefile.am b/gnuradio-core/src/lib/swig/Makefile.am index f96352d1a..67d188957 100644 --- a/gnuradio-core/src/lib/swig/Makefile.am +++ b/gnuradio-core/src/lib/swig/Makefile.am @@ -55,8 +55,7 @@ if GUILE # This is the top level guile file, which loads all the other scm files # for gnuradio. This has to be installed top level to be found in the # default search path. -guiledir = @GUILE_PKDATADIR@ -guile_DATA = gnuradio_swig.scm +grguile_DATA = gnuradio_swig.scm endif -- cgit