From 751c2a853fba89373acae9f27e49da3d45a42ea4 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 8 Jan 2010 18:16:56 -0800 Subject: Added stuff for usrp addresses, wax framework, build structure. --- usrp_uhd/usrp_uhd.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 usrp_uhd/usrp_uhd.pc.in (limited to 'usrp_uhd/usrp_uhd.pc.in') diff --git a/usrp_uhd/usrp_uhd.pc.in b/usrp_uhd/usrp_uhd.pc.in new file mode 100644 index 000000000..18194a741 --- /dev/null +++ b/usrp_uhd/usrp_uhd.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: usrp_uhd +Description: Universal Software Radio Peripheral - Unified Hardware Driver +Requires: +Version: @VERSION@ +Libs: -L${libdir} -lusrp_uhd +Cflags: -I${includedir} -- cgit v1.2.3