diff options
Diffstat (limited to 'btparser/btparser.pc.in')
-rw-r--r-- | btparser/btparser.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/btparser/btparser.pc.in b/btparser/btparser.pc.in new file mode 100644 index 00000000..de3de378 --- /dev/null +++ b/btparser/btparser.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: btparser +Description: Library to parse and analyze backtraces produced by the GNU Project Debugger +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lbtparser +Cflags: -I${includedir}
\ No newline at end of file |