diff options
author | Tom Rondeau | 2011-09-06 18:18:11 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-09-06 18:19:25 -0400 |
commit | 8743a23066d779dbfbd6d93467cd9cd36fd00e01 (patch) | |
tree | c3d1955b0acf893228cffaddbcff287c758572fd /gr-shd/gnuradio-shd.pc.in | |
parent | 0f43bdb085f98e1182dbd940db9ed1fb52119186 (diff) | |
download | gnuradio-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.in | 11 |
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} |