summaryrefslogtreecommitdiff
path: root/usrp2/host/apps/Makefile.am
diff options
context:
space:
mode:
authorJohnathan Corgan2010-04-11 13:30:45 -0700
committerJohnathan Corgan2010-04-11 13:30:45 -0700
commit290fc2315a6b7f2d2bc6b98318783e3278a97453 (patch)
tree9cbc354baaeb7a6ce50e97718903d221ada1d194 /usrp2/host/apps/Makefile.am
parent1ae689ff9238dcffbf65881b8ca03aa8df3844aa (diff)
downloadgnuradio-290fc2315a6b7f2d2bc6b98318783e3278a97453.tar.gz
gnuradio-290fc2315a6b7f2d2bc6b98318783e3278a97453.tar.bz2
gnuradio-290fc2315a6b7f2d2bc6b98318783e3278a97453.zip
Removed omnithreads dependency from libusrp2
Diffstat (limited to 'usrp2/host/apps/Makefile.am')
-rw-r--r--usrp2/host/apps/Makefile.am5
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 \