diff options
author | Tom Rondeau | 2011-10-06 18:57:39 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-06 18:57:39 -0400 |
commit | 132a3c185b47263398d38b6b454e5c990b02b52f (patch) | |
tree | 2adb62830b9e5f0fe187a745e6b310f2a82f8987 /gr-shd/gnuradio-shd.pc.in | |
parent | e0e396d541673260fcab7b48f3c462b390b508c8 (diff) | |
parent | 42b034d07f7d27f3c645bebd0aed01f358e669bb (diff) | |
download | gnuradio-132a3c185b47263398d38b6b454e5c990b02b52f.tar.gz gnuradio-132a3c185b47263398d38b6b454e5c990b02b52f.tar.bz2 gnuradio-132a3c185b47263398d38b6b454e5c990b02b52f.zip |
Merge branch 'digital' of github.com:trondeau/gnuradio into digital
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} |