summaryrefslogtreecommitdiff
path: root/usrp2/host/lib/Makefile.am
diff options
context:
space:
mode:
authorJosh Blum2010-04-14 11:06:07 -0700
committerJosh Blum2010-04-14 11:06:07 -0700
commit7dadb34647bddee0cbb36771370ea2318495e68d (patch)
treed4e9149b18e638aaaf36a8a8f5f7f74daaec456e /usrp2/host/lib/Makefile.am
parent5d7b2c44396ef6991b049d2d15ebf5b822690961 (diff)
parentad973608d979675755cb537f14ae0a53f71e6489 (diff)
downloadgnuradio-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/lib/Makefile.am')
-rw-r--r--usrp2/host/lib/Makefile.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/usrp2/host/lib/Makefile.am b/usrp2/host/lib/Makefile.am
index 772cf1446..cda051bb0 100644
--- a/usrp2/host/lib/Makefile.am
+++ b/usrp2/host/lib/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright 2007,2008 Free Software Foundation, Inc.
+# Copyright 2007,2008,2010 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -45,11 +45,9 @@ libusrp2_la_SOURCES = \
rx_sample_handler.cc \
strtod_si.c \
usrp2.cc \
- usrp2_impl.cc \
- usrp2_thread.cc
+ usrp2_impl.cc
libusrp2_la_LIBADD = \
- $(OMNITHREAD_LA) \
$(GRUEL_LA) \
$(BOOST_LDFLAGS) $(BOOST_THREAD_LIB)
@@ -63,5 +61,4 @@ noinst_HEADERS = \
pktfilter.h \
ring.h \
usrp2_bytesex.h \
- usrp2_impl.h \
- usrp2_thread.h
+ usrp2_impl.h \ No newline at end of file