diff options
author | Johnathan Corgan | 2010-04-11 13:30:45 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-04-11 13:30:45 -0700 |
commit | 290fc2315a6b7f2d2bc6b98318783e3278a97453 (patch) | |
tree | 9cbc354baaeb7a6ce50e97718903d221ada1d194 /usrp2/host/apps/Makefile.am | |
parent | 1ae689ff9238dcffbf65881b8ca03aa8df3844aa (diff) | |
download | gnuradio-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.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 \ |