diff options
Diffstat (limited to 'pmt/pmt.pc.in')
-rw-r--r-- | pmt/pmt.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pmt/pmt.pc.in b/pmt/pmt.pc.in new file mode 100644 index 000000000..e4a5e640c --- /dev/null +++ b/pmt/pmt.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: pmt +Description: The GNU Radio Polymorphic Type library +Requires: +Version: @VERSION@ +Libs: -L${libdir} -lgromnithread +Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@ |