summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/swig/Makefile.am
diff options
context:
space:
mode:
authorEric Blossom <eb@comsec.com>2010-10-22 21:56:51 -0700
committerEric Blossom <eb@comsec.com>2010-11-10 12:13:52 -0800
commit1b95d66c179048b086ee8aa6a75a23d1edc006dc (patch)
tree78dcf31c79b6160d2af50f68632a2a6228c7f8a1 /gnuradio-core/src/lib/swig/Makefile.am
parent76e6d5ce6c8b43703cabc369e045f7c33f5431a3 (diff)
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...
Diffstat (limited to 'gnuradio-core/src/lib/swig/Makefile.am')
-rw-r--r--gnuradio-core/src/lib/swig/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnuradio-core/src/lib/swig/Makefile.am b/gnuradio-core/src/lib/swig/Makefile.am
index f96352d1ae..67d188957c 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