aboutsummaryrefslogtreecommitdiffstats
path: root/gnuradio-runtime/gnuradio-runtime.pc.in
blob: 280adaddd19da5bfdc2b6066a472b765a72b9aaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: gnuradio-runtime
Description: GNU Radio core runtime infrastructure
Requires:
Version: @LIBVER@
Libs: -L${libdir} -lgnuradio-runtime -lgnuradio-pmt @PC_ADD_LIBS@
Cflags: -I${includedir} @PC_ADD_CFLAGS@