diff options
Diffstat (limited to 'usrp')
-rw-r--r-- | usrp/Makefile.am | 12 | ||||
-rw-r--r-- | usrp/usrp-inband.pc.in | 11 | ||||
-rw-r--r-- | usrp/usrp.pc.in | 2 |
3 files changed, 22 insertions, 3 deletions
diff --git a/usrp/Makefile.am b/usrp/Makefile.am index 697dfc622..6f5abbd5a 100644 --- a/usrp/Makefile.am +++ b/usrp/Makefile.am @@ -19,8 +19,16 @@ # Boston, MA 02110-1301, USA. # -EXTRA_DIST = usrp.pc.in usrp.iss.in usrp.inf +EXTRA_DIST = \ + usrp.pc.in \ + usrp-inband.pc.in \ + usrp.iss.in \ + usrp.inf + SUBDIRS = host firmware fpga doc pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = usrp.pc +pkgconfig_DATA = \ + usrp.pc \ + usrp-inband.pc + diff --git a/usrp/usrp-inband.pc.in b/usrp/usrp-inband.pc.in new file mode 100644 index 000000000..35afde39a --- /dev/null +++ b/usrp/usrp-inband.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: usrp +Description: USRP C++ Interface with in-band signaling +Requires: +Version: @VERSION@ +Libs: -L${libdir} -lusrp-inband -lusrp -lmblock -lgromnithread -lpmt -lusb +Cflags: -I${includedir} @DEFINES@ diff --git a/usrp/usrp.pc.in b/usrp/usrp.pc.in index 49d27e7d8..4f8ec6f23 100644 --- a/usrp/usrp.pc.in +++ b/usrp/usrp.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ includedir=@includedir@ Name: usrp -Description: Universal Software Radio Peripheral +Description: USRP Client Side C++ interface Requires: Version: @VERSION@ Libs: -L${libdir} -lusrp -lusb |