diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-09 17:45:35 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-09 17:45:35 -0800 |
commit | e2044e13ec4ad94e9739402257134abd92cf1521 (patch) | |
tree | e642baa20cb194b38d1b3f0c9d4d0b93e32f868d /Makefile.common | |
parent | c5480830c6e8e8e862523b3ebf3117fda8a100df (diff) | |
download | uhd-e2044e13ec4ad94e9739402257134abd92cf1521.tar.gz uhd-e2044e13ec4ad94e9739402257134abd92cf1521.tar.bz2 uhd-e2044e13ec4ad94e9739402257134abd92cf1521.zip |
added transport directory and udp transport
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common index 742a95b31..0a16735af 100644 --- a/Makefile.common +++ b/Makefile.common @@ -16,11 +16,9 @@ # UHD_LA = $(abs_top_builddir)/lib/libuhd.la - -UHD_USRP_LA = $(abs_top_builddir)/lib/usrp/lib.la - +UHD_TRANSPORT_LA = $(abs_top_builddir)/lib/transport/lib.la +UHD_USRP_LA = $(abs_top_builddir)/lib/usrp/lib.la UHD_USRP_DBOARD_LA = $(abs_top_builddir)/lib/usrp/dboard/lib.la - UHD_USRP_MBOARD_LA = $(abs_top_builddir)/lib/usrp/mboard/lib.la GENERAL_CPPFLAGS = \ |