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