diff options
Diffstat (limited to 'usrp2/host')
-rw-r--r-- | usrp2/host/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |