Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GNU Radio...
[debian/gnuradio] / mblock / mblock.pc.in
index 2e38483b61e01034367e22fb1e93b502d894c377..998f4b0d5a1ff7fae474ba8475957c40149d1ee0 100644 (file)
@@ -5,7 +5,7 @@ includedir=@includedir@
 
 Name: mblock
 Description: The GNU Radio message block library
-Requires:
+Requires: gnuradio-omnithread pmt
 Version: @VERSION@
-Libs: -L${libdir} -lgromnithread -lpmt
+Libs: -L${libdir} -lmblock -lgromnithread -lpmt
 Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@