From e27ba9aebfddf88cd245636d2f652a4ee4e289ec Mon Sep 17 00:00:00 2001 From: jcorgan Date: Mon, 7 Aug 2006 15:41:19 +0000 Subject: Fixes for ticket:10, ticket:18, and ticket:19. Merged r3194:3215 from /gnuradio/branches/developers/jcorgan/ticket-10. 'make distcheck' now successfully completes on a machine that has never had gnuradio installed before. In addition, several cleanups and refactoring of build system code have been applied. NOTE: gr-audio-portaudio, gr-audio-osx, and gr-audio-windows have not been fully tested and will need verification by the maintainers of these components. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3216 221aa14e-8319-0410-a670-987f0aec2ac5 --- gr-usrp/src/run_tests.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gr-usrp/src') diff --git a/gr-usrp/src/run_tests.in b/gr-usrp/src/run_tests.in index 39a158ba0..4a67ab517 100644 --- a/gr-usrp/src/run_tests.in +++ b/gr-usrp/src/run_tests.in @@ -18,10 +18,12 @@ libsrc=@abs_top_srcdir@/gr-usrp/src py=@abs_top_srcdir@/gr-usrp/src # Where to look for GNU Radio python modules in current build tree -grbld=@abs_top_builddir@/gnuradio-core/src/python/:@abs_top_builddir@/gnuradio-core/src/lib/swig/:@abs_top_builddir@/gnuradio-core/src/lib/swig/.libs +grbld=@abs_top_srcdir@/gnuradio-core/src/python +grbld=$grbld:@abs_top_builddir@/gnuradio-core/src/lib/swig +grbld=$grbld:@abs_top_builddir@/gnuradio-core/src/lib/swig/.libs # Where to look for USRP lib in current build tree -usrpbld=@abs_top_builddir@/usrp/host/lib/.libs +usrpbld=@abs_top_builddir@/usrp/host/lib PYTHONPATH="$grbld:$libbld:$libbld/.libs:$libsrc:$py:$usrpbld:$PYTHONPATH" export PYTHONPATH -- cgit