aboutsummaryrefslogtreecommitdiffstats
path: root/uhd.pc.in
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-09 16:28:16 -0800
committerJosh Blum <josh@joshknows.com>2010-02-09 16:28:16 -0800
commitc5480830c6e8e8e862523b3ebf3117fda8a100df (patch)
tree65aac999502e58efe5cdfad71bef7ddc3d201444 /uhd.pc.in
parentdfd7f99eecefc19effd97034048641de9d6b7e94 (diff)
downloaduhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.tar.gz
uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.tar.bz2
uhd-c5480830c6e8e8e862523b3ebf3117fda8a100df.zip
renamed usrp_uhd to uhd
Diffstat (limited to 'uhd.pc.in')
-rw-r--r--uhd.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/uhd.pc.in b/uhd.pc.in
new file mode 100644
index 000000000..58516c025
--- /dev/null
+++ b/uhd.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: uhd
+Description: Universal Software Radio Peripheral - Unified Hardware Driver
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -luhd
+Cflags: -I${includedir}