diff options
Diffstat (limited to 'gcell/gcell.pc.in')
-rw-r--r-- | gcell/gcell.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcell/gcell.pc.in b/gcell/gcell.pc.in new file mode 100644 index 0000000000..2b6101d13e --- /dev/null +++ b/gcell/gcell.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: gcell +Description: The GNU Radio SPE scheduler and RPC mechanism +Requires: gnuradio-omnithread mblock +Version: @VERSION@ +Libs: -L${libdir} -lgcell +Cflags: -I${includedir} @DEFINES@ |