diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-10 00:56:55 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-10 00:56:55 -0800 |
commit | 7787d1fc1aecc7b59e476c31865b4f32348cb729 (patch) | |
tree | fe4f17f272b201f4208435cd47263f731a97744c /config | |
parent | 222465e2bc9ffc7f378c698876f44b3f722e0d37 (diff) |
uhd: replaced multi/single usrp stuff with just one usrp wrapper
Diffstat (limited to 'config')
-rw-r--r-- | config/grc_gr_uhd.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/grc_gr_uhd.m4 b/config/grc_gr_uhd.m4 index e94747c1a0..2c0c9064e9 100644 --- a/config/grc_gr_uhd.m4 +++ b/config/grc_gr_uhd.m4 @@ -1,4 +1,4 @@ -dnl Copyright 2010 Free Software Foundation, Inc. +dnl Copyright 2010-2011 Free Software Foundation, Inc. dnl dnl This file is part of GNU Radio dnl @@ -29,7 +29,7 @@ AC_DEFUN([GRC_GR_UHD],[ [UHD], [uhd >= 2.0.0 uhd < 3.0.0], [], [passed=no; AC_MSG_RESULT([gr-uhd requires libuhd 2.x.x])] ) - UHD_CPPFLAGS="${UHD_CPPFLAGS} -I\${abs_top_srcdir}/gr-uhd/lib" + UHD_CPPFLAGS="${UHD_CPPFLAGS} -I\${abs_top_srcdir}/gr-uhd/include" AC_SUBST(UHD_CPPFLAGS) AC_SUBST(UHD_LIBS) @@ -40,8 +40,8 @@ AC_DEFUN([GRC_GR_UHD],[ AC_CONFIG_FILES([ \ gr-uhd/Makefile \ - gr-uhd/apps/Makefile \ gr-uhd/grc/Makefile \ + gr-uhd/include/Makefile \ gr-uhd/lib/Makefile \ gr-uhd/swig/Makefile \ gr-uhd/swig/run_tests \ |