blob: 9aec9f8cb436c90c035202d6222573d6f5671dfb [file] [log] [blame]
vapier@chromium.orgbf15d7e2014-08-27 02:10:55 +00001prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@/@PACKAGE_NAME@
5
6Name: google-breakpad
7Description: An open-source multi-platform crash reporting system
8Version: @PACKAGE_VERSION@
9Libs: -L${libdir} -lbreakpad @PTHREAD_LIBS@
10Cflags: -I${includedir} @PTHREAD_CFLAGS@