breakpad-client.pc.in 312 B

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