From 4e94574aeaa46c671bba0a6fc83cb967d228c880 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 8 Jan 2010 19:11:58 -0800 Subject: Created subcomponent for usrp dboards. Only populated the interface though. --- usrp_uhd/include/Makefile.am | 6 ++++-- usrp_uhd/lib/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'usrp_uhd') diff --git a/usrp_uhd/include/Makefile.am b/usrp_uhd/include/Makefile.am index b5d09b431..1ec431648 100644 --- a/usrp_uhd/include/Makefile.am +++ b/usrp_uhd/include/Makefile.am @@ -6,9 +6,11 @@ include $(top_srcdir)/Makefile.common SUBDIRS = -usrp_uhd_includedir = $(includedir) +this_includedir = $(includedir) +this_include_HEADERS = \ + usrp_uhd.hpp +usrp_uhd_includedir = $(includedir)/usrp_uhd usrp_uhd_include_HEADERS = \ - usrp_uhd.hpp \ usrp_uhd/usrp_addr.hpp \ usrp_uhd/wax.hpp diff --git a/usrp_uhd/lib/Makefile.am b/usrp_uhd/lib/Makefile.am index 09e15301b..2b744b4fc 100644 --- a/usrp_uhd/lib/Makefile.am +++ b/usrp_uhd/lib/Makefile.am @@ -20,6 +20,7 @@ libusrp_uhd_la_SOURCES = \ libusrp_uhd_la_LIBADD = \ $(BOOST_LDFLAGS) \ - $(BOOST_THREAD_LIB) + $(BOOST_THREAD_LIB) \ + $(USRP_DBOARD_LA) noinst_HEADERS = -- cgit v1.2.3