commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r9402 - in gnuradio/branches/developers/michaelld/grue


From: michaelld
Subject: [Commit-gnuradio] r9402 - in gnuradio/branches/developers/michaelld/gruel_make_check_osx: . config
Date: Mon, 25 Aug 2008 09:20:30 -0600 (MDT)

Author: michaelld
Date: 2008-08-25 09:20:29 -0600 (Mon, 25 Aug 2008)
New Revision: 9402

Modified:
   
gnuradio/branches/developers/michaelld/gruel_make_check_osx/config/grc_gruel.m4
   gnuradio/branches/developers/michaelld/gruel_make_check_osx/run_tests.sh.in
Log:
Added gruel_LIBDIRPATH to M4 script, which is used by the top-level
run_tests script when setting the library search path.



Modified: 
gnuradio/branches/developers/michaelld/gruel_make_check_osx/config/grc_gruel.m4
===================================================================
--- 
gnuradio/branches/developers/michaelld/gruel_make_check_osx/config/grc_gruel.m4 
    2008-08-25 15:16:28 UTC (rev 9401)
+++ 
gnuradio/branches/developers/michaelld/gruel_make_check_osx/config/grc_gruel.m4 
    2008-08-25 15:20:29 UTC (rev 9402)
@@ -26,9 +26,10 @@
     dnl   yes  : if the --enable code passed muster and all dependencies are 
met
     dnl   no   : otherwise
     if test $passed != with; then
-       dnl how and where to find INCLUDES and LA
+       dnl how and where to find INCLUDES and LA and such
        gruel_INCLUDES="-I\${abs_top_srcdir}/gruel/src/include"
         gruel_LA="\${abs_top_builddir}/gruel/src/lib/libgruel.la"
+       
gruel_LIBDIRPATH="\${abs_top_builddir}/gruel/src/lib:\${abs_top_builddir}/gruel/src/lib/.libs"
     fi
 
     AC_CONFIG_FILES([\

Modified: 
gnuradio/branches/developers/michaelld/gruel_make_check_osx/run_tests.sh.in
===================================================================
--- gnuradio/branches/developers/michaelld/gruel_make_check_osx/run_tests.sh.in 
2008-08-25 15:16:28 UTC (rev 9401)
+++ gnuradio/branches/developers/michaelld/gruel_make_check_osx/run_tests.sh.in 
2008-08-25 15:20:29 UTC (rev 9402)
@@ -59,13 +59,16 @@
 # Where to find omnithread library files
 address@hidden@
 
+# Where to find gruel library files
address@hidden@
+
 # Where to find gnuradio core's library files
 address@hidden@
 
 # Construct search path for python modules
 # Check each one to make sure it's not "" before adding
 grlibdir=""
-for dir in $gromnidir $grcoredir
+for dir in $gromnidir $grcoredir $grueldir
 do
     if [ "$dir" != "" ]
     then





reply via email to

[Prev in Thread] Current Thread [Next in Thread]