diff options
Diffstat (limited to 'usrp')
-rw-r--r-- | usrp/usrp-inband.pc.in | 4 | ||||
-rw-r--r-- | usrp/usrp.pc.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usrp/usrp-inband.pc.in b/usrp/usrp-inband.pc.in index c9aeeb525..74665bdbb 100644 --- a/usrp/usrp-inband.pc.in +++ b/usrp/usrp-inband.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: usrp Description: USRP C++ Interface with in-band signaling -Requires: libusb mblock pmt usrp gnuradio-omnithread +Requires: mblock pmt gnuradio-omnithread libusb Version: @VERSION@ -Libs: -L${libdir} -lusrp-inband -lusrp -lmblock -lpmt -lgromnithread -lusb +Libs: -L${libdir} -lusrp-inband -lusrp Cflags: -I${includedir} @DEFINES@ diff --git a/usrp/usrp.pc.in b/usrp/usrp.pc.in index 6eaab67c3..77430ea46 100644 --- a/usrp/usrp.pc.in +++ b/usrp/usrp.pc.in @@ -7,5 +7,5 @@ Name: usrp Description: USRP Client Side C++ interface Requires: libusb @usrp_darwin_omnithread_pc_requires@ Version: @VERSION@ -Libs: -L${libdir} -lusrp -lusb @usrp_darwin_omnithread_pc_la@ +Libs: -L${libdir} -lusrp Cflags: -I${includedir} @DEFINES@ |