From 8743a23066d779dbfbd6d93467cd9cd36fd00e01 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Tue, 6 Sep 2011 18:18:11 -0400
Subject: shd: adding a component gr-shd as an interface to the Symplex
 Hardware X-Mini system. Mostly cribbed from gr-uhd.

---
 gr-shd/gnuradio-shd.pc.in | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 gr-shd/gnuradio-shd.pc.in

(limited to 'gr-shd/gnuradio-shd.pc.in')

diff --git a/gr-shd/gnuradio-shd.pc.in b/gr-shd/gnuradio-shd.pc.in
new file mode 100644
index 0000000000..cff0dcf008
--- /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}
-- 
cgit v1.2.3