Home | History | Annotate | Download | only in google-breakpad
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@/@PACKAGE_NAME@
      5 
      6 Name: google-breakpad
      7 Description: An open-source multi-platform crash reporting system
      8 Version: @PACKAGE_VERSION@
      9 Libs: -L${libdir} -lbreakpad @PTHREAD_LIBS@
     10 Cflags: -I${includedir} @PTHREAD_CFLAGS@
     11