diff options
author | Eric Blossom | 2010-12-10 16:38:57 -0800 |
---|---|---|
committer | Eric Blossom | 2010-12-10 16:38:57 -0800 |
commit | 2ceb37ef2f80289c4126c48c7cf05fde85fda019 (patch) | |
tree | f69d5d3aa156434407e42674828504022d9f736e /setup_guile_test_env.in | |
parent | 08907ee94fb6c34531d57b988324c67c26c8b747 (diff) | |
download | gnuradio-2ceb37ef2f80289c4126c48c7cf05fde85fda019.tar.gz gnuradio-2ceb37ef2f80289c4126c48c7cf05fde85fda019.tar.bz2 gnuradio-2ceb37ef2f80289c4126c48c7cf05fde85fda019.zip |
Add guile/.libs to libpath
Diffstat (limited to 'setup_guile_test_env.in')
-rw-r--r-- | setup_guile_test_env.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup_guile_test_env.in b/setup_guile_test_env.in index a95d54e74..1a73d337d 100644 --- a/setup_guile_test_env.in +++ b/setup_guile_test_env.in @@ -139,6 +139,7 @@ append_to_libpath() { # Where to search for not yet installed C++ shared libraries prepend_to_libpath $abs_top_builddir/gruel/src/lib/.libs prepend_to_libpath $abs_top_builddir/gnuradio-core/src/lib/.libs +prepend_to_libpath $abs_top_builddir/gnuradio-core/src/guile/.libs # Where to search for not yet installed swig generated guile libs prepend_to_libpath $abs_top_builddir/gnuradio-core/src/lib/swig/.libs |