diff options
| author | Karel Klic <kklic@redhat.com> | 2010-10-14 15:38:12 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2010-10-14 15:38:12 +0200 |
| commit | 23d5631ae8a82fc6c474fc27afac1c4c428f3d4f (patch) | |
| tree | d9e1c005fbdf18300057399c7d9ae90023249475 /btparser/btparser.pc.in | |
| parent | c0ce7860a4bdcefd8a43197d05dca9fd12bb52b1 (diff) | |
btparser initial integration
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 |
