Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GNU Radio...
[debian/gnuradio] / pmt / pmt.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: pmt
7 Description: The GNU Radio Polymorphic Type library
8 Requires: gnuradio-omnithread
9 Version: @VERSION@
10 Libs: -L${libdir} -lpmt -lgromnithread
11 Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@