diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-02-08 23:32:10 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-02-08 23:32:10 +0000 |
commit | 42d9c6f495503d3d9d2db47a9979036c9233f976 (patch) | |
tree | b4d2be737c3ad6836e62dc35c861e987ea3729e0 /gr-wxgui/gr-wxgui.pc.in | |
parent | 6bf2c048d94e1c673c06c058b23213cd28292520 (diff) |
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
Diffstat (limited to 'gr-wxgui/gr-wxgui.pc.in')
-rw-r--r-- | gr-wxgui/gr-wxgui.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
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: |