diff options
Diffstat (limited to 'pmt/pmt.pc.in')
-rw-r--r-- | pmt/pmt.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pmt/pmt.pc.in b/pmt/pmt.pc.in index e4a5e640c..6ca31ad49 100644 --- a/pmt/pmt.pc.in +++ b/pmt/pmt.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: pmt Description: The GNU Radio Polymorphic Type library -Requires: +Requires: gnuradio-omnithread Version: @VERSION@ -Libs: -L${libdir} -lgromnithread +Libs: -L${libdir} -lpmt -lgromnithread Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@ |