Index: usrp/host/lib/inband/Makefile.am
===================================================================
--- usrp/host/lib/inband/Makefile.am	(revision 5930)
+++ usrp/host/lib/inband/Makefile.am	(working copy)
@@ -51,6 +51,7 @@
 
 libusrp_inband_la_LIBADD =		\
 	$(MBLOCK_LA)			\
+	$(PMT_LA)			\
 	-lstdc++
 
 
@@ -78,6 +79,9 @@
 # link against c++ standard library
 libusrp_inband_qa_la_LIBADD =    	\
 	libusrp_inband.la		\
+	$(MBLOCK_LA)			\
+	$(PMT_LA)			\
+	$(OMNITHREAD_LA)		\
 	$(CPPUNIT_LIBS)			\
 	-lstdc++
 
Index: Makefile.common
===================================================================
--- Makefile.common	(revision 5930)
+++ Makefile.common	(working copy)
@@ -67,7 +67,8 @@
 OMNITHREAD_LA = $(top_builddir)/omnithread/libgromnithread.la
 
 # How to link in GNU Radio core library from inside the tree
-GNURADIO_CORE_LA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core.la
+GNURADIO_CORE_LA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core.la \
+                   $(OMNITHREAD_LA)
 
 # This is a dependency for many swig operations
 GNURADIO_I = $(top_srcdir)/gnuradio-core/src/lib/swig/gnuradio.i
Index: mblock/src/lib/Makefile.am
===================================================================
--- mblock/src/lib/Makefile.am	(revision 5930)
+++ mblock/src/lib/Makefile.am	(working copy)
@@ -129,6 +129,8 @@
 # link the library against the c++ standard library
 libmblock_qa_la_LIBADD = 		\
 	libmblock.la			\
+	$(OMNITHREAD_LA)		\
+	$(PMT_LA)			\
 	$(CPPUNIT_LIBS)			\
 	-lstdc++			
