summaryrefslogtreecommitdiff
path: root/pmt/pmt.pc.in
blob: 6ca31ad492e3074301dab7467e72b639d0a02e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: pmt
Description: The GNU Radio Polymorphic Type library
Requires: gnuradio-omnithread
Version: @VERSION@
Libs: -L${libdir} -lpmt -lgromnithread
Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@