diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-08 19:11:58 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-08 19:11:58 -0800 |
commit | 4e94574aeaa46c671bba0a6fc83cb967d228c880 (patch) | |
tree | dbc3ef97a3170875d07d9e0ab510d635c036edd6 /usrp_uhd/include | |
parent | a478ffe79757f82ce16b6694d860a53dac60849c (diff) | |
download | uhd-4e94574aeaa46c671bba0a6fc83cb967d228c880.tar.gz uhd-4e94574aeaa46c671bba0a6fc83cb967d228c880.tar.bz2 uhd-4e94574aeaa46c671bba0a6fc83cb967d228c880.zip |
Created subcomponent for usrp dboards.
Only populated the interface though.
Diffstat (limited to 'usrp_uhd/include')
-rw-r--r-- | usrp_uhd/include/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
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 |