summaryrefslogtreecommitdiffstats
path: root/usrp_uhd/usrp_uhd.pc.in
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-01-08 18:16:56 -0800
committerJosh Blum <josh@joshknows.com>2010-01-08 18:16:56 -0800
commit751c2a853fba89373acae9f27e49da3d45a42ea4 (patch)
tree488f68810c7730100f0c25d1307680b46053a622 /usrp_uhd/usrp_uhd.pc.in
parent67a502ec0fb92b14db5eedf2cff36caacbb0efbf (diff)
downloaduhd-751c2a853fba89373acae9f27e49da3d45a42ea4.tar.gz
uhd-751c2a853fba89373acae9f27e49da3d45a42ea4.tar.bz2
uhd-751c2a853fba89373acae9f27e49da3d45a42ea4.zip
Added stuff for usrp addresses, wax framework, build structure.
Diffstat (limited to 'usrp_uhd/usrp_uhd.pc.in')
-rw-r--r--usrp_uhd/usrp_uhd.pc.in11
1 files changed, 11 insertions, 0 deletions
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}