From 9589f8ea3fad0c3fb557c36d3e9f29100e821115 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Fri, 15 May 2009 15:07:46 +0000 Subject: Merged wip r11012:11022 from jcorgan/deb into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11043 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp2/host/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/host/lib') diff --git a/usrp2/host/lib/Makefile.am b/usrp2/host/lib/Makefile.am index 5c98600bf..772cf1446 100644 --- a/usrp2/host/lib/Makefile.am +++ b/usrp2/host/lib/Makefile.am @@ -50,7 +50,7 @@ libusrp2_la_SOURCES = \ libusrp2_la_LIBADD = \ $(OMNITHREAD_LA) \ - $(GRUEL_LIBS) \ + $(GRUEL_LA) \ $(BOOST_LDFLAGS) $(BOOST_THREAD_LIB) # Private headers not needed for above the API development -- cgit