diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-12 16:23:54 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-12 16:23:54 -0800 |
commit | 087b97e0fc28793ea39d81e60b3fddae51c5929e (patch) | |
tree | 7098f93d0a39ab50a0eea43356ac0857c584ee25 /test/Makefile.am | |
parent | cbb8e474bb5592753a340ba31d3afbab7226f7c6 (diff) | |
download | uhd-087b97e0fc28793ea39d81e60b3fddae51c5929e.tar.gz uhd-087b97e0fc28793ea39d81e60b3fddae51c5929e.tar.bz2 uhd-087b97e0fc28793ea39d81e60b3fddae51c5929e.zip |
added interface for usrp dboards to communicate to mboards
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 3373d838c..e5b1bc1e1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -9,7 +9,7 @@ SUBDIRS = AM_CPPFLAGS = $(GENERAL_CPPFLAGS) LDADD = \ - $(GENERAL_LDDFLAGS) + $(GENERAL_LDDFLAGS) \ $(USRP_UHD_LA) noinst_PROGRAMS = \ |