diff options
author | Tom Rondeau | 2012-04-26 20:05:59 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-04-27 23:20:28 -0400 |
commit | d79054551fee36eda99a142aff2856f20b4787fa (patch) | |
tree | 4148248086ced3aad44cd38f616106c27af2368e /gr-fft/gnuradio-fft.pc.in | |
parent | 03d62861b6f1294cdf0e9ff1c8672a7973ebc9db (diff) | |
download | gnuradio-d79054551fee36eda99a142aff2856f20b4787fa.tar.gz gnuradio-d79054551fee36eda99a142aff2856f20b4787fa.tar.bz2 gnuradio-d79054551fee36eda99a142aff2856f20b4787fa.zip |
gr-fft: creates a gr-fft top-level component.
Diffstat (limited to 'gr-fft/gnuradio-fft.pc.in')
-rw-r--r-- | gr-fft/gnuradio-fft.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gr-fft/gnuradio-fft.pc.in b/gr-fft/gnuradio-fft.pc.in new file mode 100644 index 000000000..eb4ddfd9f --- /dev/null +++ b/gr-fft/gnuradio-fft.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: gnuradio-fft +Description: GNU Radio's FFT signal processing blocks +Requires: gnuradio-core +Version: @LIBVER@ +Libs: -L${libdir} -lgnuradio-fft +Cflags: -I${includedir} |