blob: 5a48ea20954471f74c7b14983e9bc18ab84391e6 (
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
Cflags: -I${includedir} @DEFINES@
|