summaryrefslogtreecommitdiff
path: root/gr-shd/gnuradio-shd.pc.in
diff options
context:
space:
mode:
authorTom Rondeau2011-09-06 18:18:11 -0400
committerTom Rondeau2011-09-06 18:19:25 -0400
commit8743a23066d779dbfbd6d93467cd9cd36fd00e01 (patch)
treec3d1955b0acf893228cffaddbcff287c758572fd /gr-shd/gnuradio-shd.pc.in
parent0f43bdb085f98e1182dbd940db9ed1fb52119186 (diff)
downloadgnuradio-8743a23066d779dbfbd6d93467cd9cd36fd00e01.tar.gz
gnuradio-8743a23066d779dbfbd6d93467cd9cd36fd00e01.tar.bz2
gnuradio-8743a23066d779dbfbd6d93467cd9cd36fd00e01.zip
shd: adding a component gr-shd as an interface to the Symplex Hardware X-Mini system. Mostly cribbed from gr-uhd.
Diffstat (limited to 'gr-shd/gnuradio-shd.pc.in')
-rw-r--r--gr-shd/gnuradio-shd.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/gr-shd/gnuradio-shd.pc.in b/gr-shd/gnuradio-shd.pc.in
new file mode 100644
index 000000000..cff0dcf00
--- /dev/null
+++ b/gr-shd/gnuradio-shd.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: gnuradio-shd
+Description: GNU Radio blocks for the Symplex Hardware Driver (SHD)
+Requires: gnuradio-core
+Version: @LIBVER@
+Libs: -L${libdir} -lgnuradio-shd
+Cflags: -I${includedir}