~ubuntu-branches/ubuntu/vivid/whoopsie/vivid-proposed

« back to all changes in this revision

Viewing changes to lib/libwhoopsie.pc

  • Committer: Package Import Robot
  • Author(s): Evan Dandrea
  • Date: 2012-06-18 09:32:46 UTC
  • Revision ID: package-import@ubuntu.com-20120618093246-djrgv8yn3lfrfocx
Tags: 0.2.1
Provide a libwhoopsie library. This allows the control center panel
via activity-log-manager to provide a 'Show Previous Reports'
button.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=/usr
 
2
exec_prefix=${prefix}
 
3
libdir=${exec_prefix}/lib
 
4
bindir=${exec_prefix}/bin
 
5
includedir=${prefix}/include
 
6
 
 
7
Requires: glib-2.0
 
8
Libs: -lwhoopsie -lgcrypt
 
9
 
 
10
Name: libwhoopsie
 
11
Description: libwhoopsie.
 
12
Version: 0.0.0
 
13