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

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