From 42d9c6f495503d3d9d2db47a9979036c9233f976 Mon Sep 17 00:00:00 2001
From: jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Date: Fri, 8 Feb 2008 23:32:10 +0000
Subject: Merged r7478:7608 from michaelld/t186 into trunk.  Adds ability to
 compile GNU Radio modules individually, using already installed dependent
 libraries and include files.  New functionality is enabled using --with-* on
 configure command line; existing build options should remain unchanged.  Nice
 work by Michael Dickens, still needs documentation update on wiki.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7617 221aa14e-8319-0410-a670-987f0aec2ac5
---
 gr-wxgui/gr-wxgui.pc.in | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 gr-wxgui/gr-wxgui.pc.in

(limited to 'gr-wxgui/gr-wxgui.pc.in')

diff --git a/gr-wxgui/gr-wxgui.pc.in b/gr-wxgui/gr-wxgui.pc.in
new file mode 100644
index 0000000000..a3e352f0f7
--- /dev/null
+++ b/gr-wxgui/gr-wxgui.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: gr-wxgui
+Description: A simple wx gui for GNU Radio applications
+Requires: gnuradio-core
+Version: @VERSION@
+Libs:
+Cflags:
-- 
cgit v1.2.3