diff options
author | Josh Blum | 2010-04-14 11:06:07 -0700 |
---|---|---|
committer | Josh Blum | 2010-04-14 11:06:07 -0700 |
commit | 7dadb34647bddee0cbb36771370ea2318495e68d (patch) | |
tree | d4e9149b18e638aaaf36a8a8f5f7f74daaec456e /usrp2/host/apps/Makefile.am | |
parent | 5d7b2c44396ef6991b049d2d15ebf5b822690961 (diff) | |
parent | ad973608d979675755cb537f14ae0a53f71e6489 (diff) | |
download | gnuradio-7dadb34647bddee0cbb36771370ea2318495e68d.tar.gz gnuradio-7dadb34647bddee0cbb36771370ea2318495e68d.tar.bz2 gnuradio-7dadb34647bddee0cbb36771370ea2318495e68d.zip |
Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd
Diffstat (limited to 'usrp2/host/apps/Makefile.am')
-rw-r--r-- | usrp2/host/apps/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usrp2/host/apps/Makefile.am b/usrp2/host/apps/Makefile.am index db7660196..4a26898fa 100644 --- a/usrp2/host/apps/Makefile.am +++ b/usrp2/host/apps/Makefile.am @@ -24,9 +24,8 @@ AM_CPPFLAGS = \ $(GRUEL_INCLUDES) LDADD = \ - $(USRP2_LA) \ - $(GRUEL_LA) \ - $(OMNITHREAD_LA) + $(USRP2_LA) \ + $(GRUEL_LA) bin_PROGRAMS = \ find_usrps \ |