Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/@PACKAGE_NAME@
|
|
|
|
Name: google-breakpad
|
|
Description: An open-source multi-platform crash reporting system
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lbreakpad @PTHREAD_LIBS@
|
|
Cflags: -I${includedir} @PTHREAD_CFLAGS@
|