• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@/@PACKAGE_NAME@
5
6Name: google-breakpad-client
7Description: An open-source multi-platform crash reporting system
8Version: @PACKAGE_VERSION@
9Libs: -L${libdir} -lbreakpad_client @PTHREAD_LIBS@
10Cflags: -I${includedir} @PTHREAD_CFLAGS@
11