summaryrefslogtreecommitdiff
path: root/pmt/pmt.pc.in
blob: e4a5e640cc6728b9f63883a888448b9315078ed2 (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:
Version: @VERSION@
Libs: -L${libdir} -lgromnithread
Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@