diff options
Diffstat (limited to 'gr-audio-oss/gnuradio-audio-oss.pc.in')
-rw-r--r-- | gr-audio-oss/gnuradio-audio-oss.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gr-audio-oss/gnuradio-audio-oss.pc.in b/gr-audio-oss/gnuradio-audio-oss.pc.in new file mode 100644 index 0000000000..f598ba304a --- /dev/null +++ b/gr-audio-oss/gnuradio-audio-oss.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: gnuradio-audio-oss +Description: The GNU Radio block for the OSS sound system +Requires: gnuradio-core +Version: @VERSION@ +Libs: -L${libdir} -lgnuradio-audio-oss +Cflags: -I${includedir} |