diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-09 16:28:16 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-09 16:28:16 -0800 |
commit | c5480830c6e8e8e862523b3ebf3117fda8a100df (patch) | |
tree | 65aac999502e58efe5cdfad71bef7ddc3d201444 /Makefile.common | |
parent | dfd7f99eecefc19effd97034048641de9d6b7e94 (diff) | |
download | uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.tar.gz uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.tar.bz2 uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.zip |
renamed usrp_uhd to uhd
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common index 80ed49f2b..742a95b31 100644 --- a/Makefile.common +++ b/Makefile.common @@ -15,13 +15,13 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -USRP_UHD_LA = $(abs_top_builddir)/lib/libusrp_uhd.la +UHD_LA = $(abs_top_builddir)/lib/libuhd.la -USRP_UHD_USRP_LA = $(abs_top_builddir)/lib/usrp/lib.la +UHD_USRP_LA = $(abs_top_builddir)/lib/usrp/lib.la -USRP_UHD_USRP_DBOARD_LA = $(abs_top_builddir)/lib/usrp/dboard/lib.la +UHD_USRP_DBOARD_LA = $(abs_top_builddir)/lib/usrp/dboard/lib.la -USRP_UHD_USRP_MBOARD_LA = $(abs_top_builddir)/lib/usrp/mboard/lib.la +UHD_USRP_MBOARD_LA = $(abs_top_builddir)/lib/usrp/mboard/lib.la GENERAL_CPPFLAGS = \ -I$(top_srcdir)/include \ |