breakpad.pc.in 298 B

1234567891011
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@/@PACKAGE_NAME@
  5. Name: google-breakpad
  6. Description: An open-source multi-platform crash reporting system
  7. Version: @PACKAGE_VERSION@
  8. Libs: -L${libdir} -lbreakpad @PTHREAD_LIBS@
  9. Cflags: -I${includedir} @PTHREAD_CFLAGS@