From 751c2a853fba89373acae9f27e49da3d45a42ea4 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 8 Jan 2010 18:16:56 -0800 Subject: Added stuff for usrp addresses, wax framework, build structure. --- Makefile.common | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index a95841267..9b81eb842 100644 --- a/Makefile.common +++ b/Makefile.common @@ -2,3 +2,8 @@ # Copyright 2010 Ettus Research LLC # +USRP_UHD_INCLUDES = \ + -I$(top_srcdir)/usrp_uhd/include + +USRP_UHD_LA = \ + $(top_srcdir)/usrp_uhd/lib/libusrp_uhd.la -- cgit v1.2.3