commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10167 - in gnuradio/trunk: config gr-usrp/apps


From: jcorgan
Subject: [Commit-gnuradio] r10167 - in gnuradio/trunk: config gr-usrp/apps
Date: Thu, 25 Dec 2008 13:03:01 -0700 (MST)

Author: jcorgan
Date: 2008-12-25 13:03:00 -0700 (Thu, 25 Dec 2008)
New Revision: 10167

Modified:
   gnuradio/trunk/config/grc_usrp.m4
   gnuradio/trunk/gr-usrp/apps/Makefile.am
Log:
Fix include paths for VPATH build (Michael Dickens).  Note, this was one of 
thoses cases where 'make distcheck' would pass, yet a VPATH would fail.

Modified: gnuradio/trunk/config/grc_usrp.m4
===================================================================
--- gnuradio/trunk/config/grc_usrp.m4   2008-12-24 08:13:23 UTC (rev 10166)
+++ gnuradio/trunk/config/grc_usrp.m4   2008-12-25 20:03:00 UTC (rev 10167)
@@ -58,7 +58,8 @@
     if test $passed != with; then
        dnl how and where to find INCLUDES and LA
        usrp_INCLUDES="-I\${abs_top_srcdir}/usrp/host/lib/legacy \
-               -I\${abs_top_srcdir}/usrp/firmware/include"
+               -I\${abs_top_srcdir}/usrp/firmware/include \
+               -I\${abs_top_builddir}/usrp/host/lib/legacy"
         usrp_LA="\${abs_top_builddir}/usrp/host/lib/legacy/libusrp.la"
        usrp_inband_INCLUDES="-I\${abs_top_srcdir}/usrp/host/lib/inband"
        
usrp_inband_LA="\${abs_top_builddir}/usrp/host/lib/inband/libusrp-inband.la"

Modified: gnuradio/trunk/gr-usrp/apps/Makefile.am
===================================================================
--- gnuradio/trunk/gr-usrp/apps/Makefile.am     2008-12-24 08:13:23 UTC (rev 
10166)
+++ gnuradio/trunk/gr-usrp/apps/Makefile.am     2008-12-25 20:03:00 UTC (rev 
10167)
@@ -25,6 +25,7 @@
 AM_CPPFLAGS=$(STD_DEFINES_AND_INCLUDES) \
         -I$(top_srcdir)/gr-usrp/src \
         -I$(top_srcdir)/usrp/host/lib/legacy \
+        -I\${abs_top_builddir}/usrp/host/lib/legacy \
         -I$(top_srcdir)/usrp/firmware/include \
         $(WITH_INCLUDES)
 





reply via email to

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