summaryrefslogtreecommitdiff
path: root/gr-trellis/src/python
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2006-08-07 16:46:46 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2006-08-07 16:46:46 +0000
commit4dc777af1a2c40bccd1894f58d4988bd642951a3 (patch)
treec428e0fc4d2bed8bade9254c78341fb24c035c55 /gr-trellis/src/python
parente9a821632def12c450110e164d0d1c0275d41946 (diff)
VPATH update for gr-trellis
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3220 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-trellis/src/python')
-rw-r--r--gr-trellis/src/python/run_tests.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-trellis/src/python/run_tests.in b/gr-trellis/src/python/run_tests.in
index 103a9a2606..30a40a573d 100644
--- a/gr-trellis/src/python/run_tests.in
+++ b/gr-trellis/src/python/run_tests.in
@@ -18,7 +18,9 @@ libsrc=@abs_top_srcdir@/gr-trellis/src/lib
py=@abs_top_srcdir@/gr-trellis/src/python
# Where to look for GNU Radio python modules in current build tree
-grpythonbld=@abs_top_builddir@/gnuradio-core/src/python/:@abs_top_builddir@/gnuradio-core/src/lib/swig/:@abs_top_builddir@/gnuradio-core/src/lib/swig/.libs
+grpythonbld=@abs_top_srcdir@/gnuradio-core/src/python
+grpythonbld=$grpythonbld:@abs_top_builddir@/gnuradio-core/src/lib/swig
+grpythonbld=$grpythonbld:@abs_top_builddir@/gnuradio-core/src/lib/swig/.libs
PYTHONPATH="$grpythonbld:$libbld:$libbld/.libs:$libsrc:$py:$PYTHONPATH"
export PYTHONPATH